LinqDataSourceView.ExecuteInsert(IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用集合中指定的值,執行插入作業。
protected:
override int ExecuteInsert(System::Collections::IDictionary ^ values);
protected override int ExecuteInsert (System.Collections.IDictionary values);
override this.ExecuteInsert : System.Collections.IDictionary -> int
Protected Overrides Function ExecuteInsert (values As IDictionary) As Integer
參數
- values
- IDictionary
要插入資料來源的資料列值。
傳回
已插入資料來源的物件數目或資料列數目。
備註
如需如何透過控制項插入資料的詳細資訊 LinqDataSource ,請參閱 Insert(IDictionary) 類別的方法 LinqDataSource 。