Click or drag to resize
AbstractDatabaseAbstracterCreateSqlStatement Method
Creates a SqlStatement customized for the target database. To implement this method, you must derive from the SqlStatement class and return an instance of your class here.

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public abstract SqlStatement CreateSqlStatement()

Return Value

Type: SqlStatement
a database customized SqlStatement

Implements

IDatabaseAbstracterCreateSqlStatement
See Also