IVsDataMappedObjectSelector.SupportsType Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
SupportsType<T>() | Indicates whether the mapped object selector can map the relational object type represented by the generic type T to an underlying type. | |
SupportsType<T>(String) | Indicates whether the mapped object selector can map the relational object type represented by the generic type T and the specific type name to an underlying type. |
Top