DwMetaExtensions Class
.NET Standard 2.x
The class contains the IDwMeta
extension methods that enable you to get the SQL statement (the ISqlBuilder
object) through IDwMeta
.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public static class DwMetaExtensions
Methods
Name | Return Type | Description |
---|---|---|
GetSqlBuilder(this IDwMeta dwMeta, DataContext context) | ISqlBuilder | Gets an ISqlBuilder which can be used to get the SQL statement depending on your DataContext . |