Jazyk

LinqDataSourceView.ValidateTableType(Type, Boolean) Metoda

Definice

Zkontroluje, zda typ třídy, která představuje tabulku dat, je obecný typ.

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)

Parametry

tableType
Type

Typ tabulky, který chcete ověřit.

selecting
Boolean

Určuje, zda byla volána metoda při spuštění operace výběru.

Výjimky

Typ tabulky není obecný.

Platí pro