DomainObjects Class Library

Constant.AppendSql Method 

Appends the SQL.

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

Parameters

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

See Also

Constant Class | DomainObjects.Facade.Command.Expression Namespace