SqlOrWhereAttribute.SqlOrWhereAttribute(string left, string right) Constructor
.NET Standard 2.x | Current Version (1.0.1)
Initializes a new instance of the SqlOrWhereAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlOrWhereAttribute(string left, string right): base(left, 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