LinqDataSourceView.ValidateInsertSupported(IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
驗證狀況適合執行插入作業。
protected:
virtual void ValidateInsertSupported(System::Collections::IDictionary ^ values);
protected virtual void ValidateInsertSupported (System.Collections.IDictionary values);
abstract member ValidateInsertSupported : System.Collections.IDictionary -> unit
override this.ValidateInsertSupported : System.Collections.IDictionary -> unit
Protected Overridable Sub ValidateInsertSupported (values As IDictionary)
參數
- values
- IDictionary
字典,包含要插入的資料列值。
例外狀況
CanInsert 為 false
。
備註
當 GroupBy 屬性或 SelectNew 屬性包含以外的值時,您就無法插入資料 null
。 如需詳細資訊,請參閱 LinqDataSource.EnableInsert 屬性 (Property)。