SqlBuilder.OnRaw Method
.NET Standard 2.x
Creates an ISqlJoinCondition
object which represents a search condition that can be used when building the ON clause. This search condition is specified by a raw SQL string.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
OnRaw(string clause, params ISqlParameter[] parameters) | Creates an ISqlJoinCondition object which represents a search condition that can be used when building the ON clause. This search condition is specified by a raw SQL string. |
OnRaw(string clause, string conditionName, params ISqlParameter[] parameters) | Creates an ISqlJoinCondition object which represents a search condition that can be used when building the ON clause. This search condition is specified by a raw SQL string. You need to specify a name for the raw SQL. |