SqlWhereAttribute.SqlWhereAttribute(string left, string right) Constructor
.NET Standard 2.x
Initializes a new instance of the SqlWhereAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlWhereAttribute(string left, string right)
Parameters
left
System.String
The raw SQL expression on the left of the operator.
If the operator property is not specified, the operator defaults to "=".
right
System.String
The raw SQL expression on the right of the operator.
Applies to
.NET Standard
2.x