LinqDataSourceView.ValidateTableType(Type, Boolean) Method

Definition

Checks whether the type of the class that represents the data table is a generic type.

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)

Parameters

tableType
Type

The table type to validate.

selecting
Boolean

Specifies whether the method has been called when a select operation starts.

Exceptions

The type of the table is not generic.

Applies to