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