共用方式為


LinqDataSourceView.ValidateInsertSupported(IDictionary) 方法

定義

驗證狀況適合執行插入作業。

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

字典,包含要插入的資料列值。

例外狀況

GroupBySelectNew 屬性包含值,或 values 參數未包含任何項目。

備註

GroupBy 屬性或 SelectNew 屬性包含以外的值時,您就無法插入資料 null 。 如需詳細資訊,請參閱 LinqDataSource.EnableInsert 屬性 (Property)。

適用於