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