LinqDataSourceView.ValidateTableType(Type, Boolean) メソッド

定義

データ テーブルを表すクラスの型がジェネリック型であるかどうかを確認します。

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

選択操作の開始時にメソッドが呼び出されたかどうかを指定します。

例外

テーブルの型はジェネリックではありません。

適用対象