IDbCommand.CreateParameter() Method

Syntax:

IDbDataParameter IDbCommand.CreateParameter()

Description:

Creates a new instance of an RdmParameter object.

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

Return Value:

Type: System.Data.IDbDataParameter

The new RdmParameter object.

Reference:

For more information, reference MSDN documentation for: System.Data.IDbCommand.CreateParameter