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