DbCommand.DbParameterCollection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 DbParameter 物件的集合。
protected:
abstract property System::Data::Common::DbParameterCollection ^ DbParameterCollection { System::Data::Common::DbParameterCollection ^ get(); };
protected abstract System.Data.Common.DbParameterCollection DbParameterCollection { get; }
member this.DbParameterCollection : System.Data.Common.DbParameterCollection
Protected MustOverride ReadOnly Property DbParameterCollection As DbParameterCollection
屬性值
SQL 陳述式或預存程序的參數。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)