DbDataView FormatSelectSql Method NReco.Data Class Library Documentation
Generates SELECT SQL statement by given Query and ISqlExpressionBuilder.

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

public virtual string FormatSelectSql(
	Query query,
	ISqlExpressionBuilder sqlBuilder,
	bool isSubquery
)

Return Value

Type: String
SQL select command text
See Also