FormulaFilterDefinition..::..Condition Property
Gets or sets the condition.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public Nullable<Conditions> Condition { get; set; }
Public Property Condition As Nullable(Of Conditions) Get Set
public: property Nullable<Conditions^> Condition { Nullable<Conditions^> get (); void set (Nullable<Conditions^> value); }