TableDefinitionBase..::..FieldDefinitions Property
Gets the field definitions.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IReadOnlyList<FieldDefinition> FieldDefinitions { get; }
Public ReadOnly Property FieldDefinitions As IReadOnlyList(Of FieldDefinition) Get
public: property IReadOnlyList<FieldDefinition^>^ FieldDefinitions { IReadOnlyList<FieldDefinition^>^ get (); }