DomainObjects Class Library

Field.AppendSql Method 

Appends the SQL.

public virtual 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

Field Class | DomainObjects.Facade.Command.Expression Namespace