DomainObjects Class Library

Null.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

Null Class | DomainObjects.Facade.Command.Expression Namespace