LinqDataSourceView.ValidateTableType(Type, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET