ISqlQueryBuilder.SelectRaw Method
.NET Standard 2.x
Adds a raw SQL to the select list of a SELECT clause.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
SelectRaw(string selectRaw, params ISqlParameter[] parameters) | Adds a raw SQL to the select list of a SELECT clause. |
SelectRaw(string selectRaw, string builderAlias, params ISqlParameter[] parameters) | Adds a raw SQL as a column to the select list of a SELECT clause, and specifies an alias for the raw SQL. |