DbParameterCollection.Insert(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 DbParameter 指定索引與指定名稱的物件索引插入集合中,並以指定索引的位置。
public:
abstract void Insert(int index, System::Object ^ value);
public abstract void Insert(int index, object value);
abstract member Insert : int * obj -> unit
Public MustOverride Sub Insert (index As Integer, value As Object)
參數
- index
- Int32
插入物件的索引 DbParameter 。
- value
- Object
DbParameter要插入收藏的物件。