Represents SQL builder interface.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The ISqlExpressionBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
BuildExpression |
Builds SQL-compatible string by specified QNode.
| |
BuildTableName |
Builds SQL-compatible string by specified QTable.
| |
BuildValue |
Builds SQL-compatible string by specified IQueryValue.
|
See Also