SqlWhereAttribute.SqlWhereAttribute(string rawCondition) Constructor
.NET Standard 2.x
Initializes a new instance of the SqlWhereAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlWhereAttribute(string rawCondition)
Parameters
rawCondition
System.String
A raw SQL search condition in the WHERE clause after the keyword WHERE.
Applies to
.NET Standard
2.x