DataSourceInformation.GetType Method
Include Protected Members
Include Inherited Members
Retrieves the Type value indicating the type of a specified property, thus enabling appropriate conversion of a retrieved value to the correct type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
GetType(String) | Retrieves the Type value indicating the type of a specified property, thus enabling appropriate conversion of a retrieved value to the correct type. |
Top