IDbConnection.CreateCommand() Method

Syntax:

IDbCommand IDbConnection.CreateCommand()

Description:

Creates a new RdmCommand object associated with the current connection.

This method is an explicit interface member implementation and can only be used when the RdmConnection instance is cast to an IDbConnection interface.

Return Value:

System.Data.IDbCommand

Reference:

For more information, reference MSDN documentation for: System.Data.IDbConnection.CreateCommand