ISqlFromBuilder.FromRaw Method
.NET Standard 2.x
Adds a table source (table, view, or derived table), specified by a raw SQL, to the FROM clause of the current object.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| FromRaw(string fromClause) | Adds a table source (table, view, or derived table), specified by a raw SQL, to the FROM clause of the current object. |
| FromRaw(string fromClause, string builderAlias) | Adds a table source (table, view, or derived table), specified by a raw SQL, to the FROM clause of the current object, and specifies an alias for this table source. |