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
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.