SqlBatchCommand.DbParameterCollection Property

Definition

Gets the collection of SqlParameter objects.

protected:
 property System::Data::Common::DbParameterCollection ^ DbParameterCollection { System::Data::Common::DbParameterCollection ^ get(); };
protected:
 virtual property System::Data::Common::DbParameterCollection ^ DbParameterCollection { System::Data::Common::DbParameterCollection ^ get(); };
protected System.Data.Common.DbParameterCollection DbParameterCollection { get; }
protected override System.Data.Common.DbParameterCollection DbParameterCollection { get; }
member this.DbParameterCollection : System.Data.Common.DbParameterCollection
Protected ReadOnly Property DbParameterCollection As DbParameterCollection
Protected Overrides ReadOnly Property DbParameterCollection As DbParameterCollection

Property Value

The parameters of the SQL statement or stored procedure.

Applies to