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

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

例外

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

適用対象