IDbCommand.Parameters Property

Syntax:

IDataParameterCollection IDbCommand.Parameters { get; }

Description:

Type: IDataParameterCollection

Gets the collection of RdmParameter objects associated with this command.

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

Reference:

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