SqlWhereAttribute.SqlWhereAttribute(string left, string right) Constructor
.NET Standard 2.x |  Current Version (1.0.1) 
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