| 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.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxprotected IDbCommand InnerGetCommand(
string sql
)
Protected Function InnerGetCommand (
sql As String
) As IDbCommand
protected:
IDbCommand^ InnerGetCommand(
String^ sql
)
member InnerGetCommand :
sql : string -> IDbCommand
Parameters
- sql
- Type: SystemString
the Sql request to be executed
Return Value
Type:
IDbCommanda IDbCommand ready to execute
See Also