LinqDataSourceView.ValidateTableType(Type, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查表示数据表的类的类型是否为泛型类型。
protected:
virtual void ValidateTableType(Type ^ tableType, bool selecting);
protected virtual void ValidateTableType (Type tableType, bool selecting);
abstract member ValidateTableType : Type * bool -> unit
override this.ValidateTableType : Type * bool -> unit
Protected Overridable Sub ValidateTableType (tableType As Type, selecting As Boolean)
参数
- tableType
- Type
要验证的表类型。
- selecting
- Boolean
指定当选择操作开始时是否已调用该方法。
例外
表的类型不是泛型。