Compartilhar via


LinqDataSourceView.ValidateTableType(Type, Boolean) Método

Definição

Verifica se o tipo da classe que representa a tabela de dados é um tipo genérico.

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)

Parâmetros

tableType
Type

O tipo de tabela a ser validado.

selecting
Boolean

Especifica se o método foi chamado quando uma operação de seleção foi iniciada.

Exceções

O tipo da tabela não é genérico.

Aplica-se a