ISqlWhereBuilder.WhereRaw Method
.NET Standard 2.x
Creates a WHERE clause, and adds a raw SQL to the WHERE clause.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
WhereRaw(string whereClause, params ISqlParameter[] parameters) | Creates a WHERE clause, and adds a raw SQL to the WHERE clause. |
WhereRaw(string whereClause, string whereName, params ISqlParameter[] parameters) | Creates a WHERE clause, adds a raw SQL to the WHERE clause, and specifies a name for the raw SQL. |