DbParameterCollection property

Gets the collection of System.Data.Common.DbParameter objects.

Visual Basic syntax

Protected ReadOnly Overrides Property DbParameterCollection As DbParameterCollection

C# syntax

protected override DbParameterCollection DbParameterCollection {get;}

Remarks

The parameters of the SQL statement or stored procedure.