LookupContextBase..::..AdvancedFinds Property
Gets or sets the advanced finds.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public TableDefinition<AdvancedFind> AdvancedFinds { get; set; }
Public Property AdvancedFinds As TableDefinition(Of AdvancedFind) Get Set
public: property TableDefinition<AdvancedFind^>^ AdvancedFinds { TableDefinition<AdvancedFind^>^ get (); void set (TableDefinition<AdvancedFind^>^ value); }