| AbstractDatabaseAbstracterGetCommand Method |
Creates a IDbCommand on the current connection.
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic IDbCommand GetCommand()
Public Function GetCommand As IDbCommand
public:
virtual IDbCommand^ GetCommand() sealed
abstract GetCommand : unit -> IDbCommand
override GetCommand : unit -> IDbCommand
Return Value
Type:
IDbCommandan IDbCommand ready to use on an open connection
Implements
IDatabaseAbstracterGetCommand
See Also