LinqDataSourceView.ValidateTableType(Type, Boolean) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Verifica se o tipo da classe que representa a tabela de dados é 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 validar.
- selecting
- Boolean
Especifica se o método foi chamado quando uma operação de seleção começa.
Exceções
O tipo da tabela não é genérico.