ISqlExpressionBuilder InterfaceNReco.Data Class Library Documentation
Represents SQL builder interface.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public interface ISqlExpressionBuilder

The ISqlExpressionBuilder type exposes the following members.

Methods

  NameDescription
Public methodBuildExpression
Builds SQL-compatible string by specified QNode.
Public methodBuildTableName
Builds SQL-compatible string by specified QTable.
Public methodBuildValue
Builds SQL-compatible string by specified IQueryValue.
Top
See Also