LookupFormulaColumnDefinition..::..PrimaryTable Property
Gets or sets the primary table.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public TableDefinitionBase PrimaryTable { get; set; }
Public Property PrimaryTable As TableDefinitionBase Get Set
public: property TableDefinitionBase^ PrimaryTable { TableDefinitionBase^ get (); void set (TableDefinitionBase^ value); }