DbConnectionIDbConnectionCreateCommand Method |
Creates and returns a Command object associated with the connection.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IDbCommand IDbConnection.CreateCommand()
Private Function CreateCommand As IDbCommand
Implements IDbConnection.CreateCommand
Return Value
Type:
IDbCommandA Command object associated with the connection.
Implements
IDbConnectionCreateCommandSee Also