FieldDefinition..::..SearchForCondition Property
Gets the search for condition.
Namespace:
RingSoft.DbLookup.ModelDefinition.FieldDefinitionsAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public Nullable<Conditions> SearchForCondition { get; set; }
Public Property SearchForCondition As Nullable(Of Conditions) Get Set
public: property Nullable<Conditions^> SearchForCondition { Nullable<Conditions^> get (); void set (Nullable<Conditions^> value); }