DomainObjects Class Library

ScalarQuery.AppendSql Method 

Appends the SQL.

public override void AppendSql(
   DbModelSqlStatement dbModelSqlStatement,
   StringBuilder sqlString,
   ColumnType columnType
);

Parameters

dbModelSqlStatement
The db model SQL statement.
sqlString
The SQL string.
columnType
Type of the column.

See Also

ScalarQuery Class | DomainObjects.Facade.Command Namespace