GetSqlBuilder(this IDwMeta dwMeta, DataContext context) Method
.NET Standard 2.x
Gets an ISqlBuilder
which can be used to get the SQL statement depending on your DataContext
.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public static ISqlBuilder GetSqlBuilder(this IDwMeta dwMeta, DataContext context);
Parameters
dwMeta
DWNet.Data.IDwMeta
Represents the IDWMeta
object whose SQL query definition will be used to generate the ISqlBuilder
object.
context
SnapObjects.Data.DataContext
Represents the database from which the SQL syntax is to be generated.
Returns
Returns an ISqlBuilder
object which can be used to get the SQL statement or validate the SQL statement.
Applies to
.NET Standard
2.x