SqlWhereAttribute.Operator Property
.NET Standard 2.x
Gets or sets the operator used in the WHERE clause of the raw SQL.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlBinaryOperator Operator { get; set; }
Property Value
SnapObjects.Data.SqlBinaryOperator
The operator to test the two expressions on the left and right.
The default is "=".
Applies to
.NET Standard
2.x