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 属性。

适用于