OleDbCommand.IDbCommand.CreateParameter Method

Definition

Creates a new instance of an IDbDataParameter object.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
System.Data.IDbDataParameter IDbCommand.CreateParameter();

Returns

An IDbDataParameter object.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the OleDbCommand instance is cast to an IDbCommand interface.

Applies to

Product Versions
.NET Framework 1.1