Udostępnij za pośrednictwem


SqlBatchCommand.DbParameterCollection Właściwość

Definicja

Pobiera kolekcję SqlParameter obiektów.

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

Wartość właściwości

Parametry instrukcji SQL lub procedury składowanej.

Dotyczy