Click or drag to resize
AbstractDatabaseAbstracterInnerGetCommand Method
Creates a IDbCommand with the given SQL text, the default command timeout, and either using the current connection if the abstracter is in a transaction or a new one if it is not in a transaction

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
protected IDbCommand InnerGetCommand(
	string sql
)

Parameters

sql
Type: SystemString
the Sql request to be executed

Return Value

Type: IDbCommand
a IDbCommand ready to execute
See Also