SystemGlobals..::..AdvancedFindLookupContext Property
Gets the advanced find lookup context.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public static IAdvancedFindLookupContext AdvancedFindLookupContext { get; set; }
Public Shared Property AdvancedFindLookupContext As IAdvancedFindLookupContext Get Set
public: static property IAdvancedFindLookupContext^ AdvancedFindLookupContext { IAdvancedFindLookupContext^ get (); void set (IAdvancedFindLookupContext^ value); }
Field Value
The advanced find lookup context.Exceptions
Exception | Condition |
---|---|
Exception | Need to inherit and instantiate {nameof(LookupContextBase)} and run Initialize. |