LookupContextBase..::..TableDefinitions Property
Gets the table definitions.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IReadOnlyList<TableDefinitionBase> TableDefinitions { get; }
Public ReadOnly Property TableDefinitions As IReadOnlyList(Of TableDefinitionBase) Get
public: property IReadOnlyList<TableDefinitionBase^>^ TableDefinitions { IReadOnlyList<TableDefinitionBase^>^ get (); }