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.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function SupportsType(Of T As IVsDataMappedObject) ( _
specificTypeName As String _
) As Boolean
'Usage
Dim instance As IVsDataMappedObjectSelector
Dim specificTypeName As String
Dim returnValue As Boolean
returnValue = instance.SupportsType(specificTypeName)
bool SupportsType<T>(
string specificTypeName
)
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject
bool SupportsType(
String^ specificTypeName
)
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
specificTypeName
Type: System.StringThe specific type name of the relational object to examine.
Return Value
Type: System.Boolean
true if the type is supported; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataMappedObjectSelector Interface