Create(string,string,TdxBinaryOperatorType) Constructor
Initializes a new instance of the TdxBinaryOperator class with specified settings.
Declaration
constructor Create(const APropertyName: string; const AValue: string; AType: TdxBinaryOperatorType = TdxBinaryOperatorType.Equal); overload;
Parameters
Name | Type |
---|---|
APropertyName | string |
AValue | string |
AType | TdxBinaryOperatorType |
See Also