IVsDataMappedObjectSelector.SupportsType<T> Method (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.

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.String

    The 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

See Also

Reference

IVsDataMappedObjectSelector Interface

IVsDataMappedObjectSelector Members

SupportsType Overload

Microsoft.VisualStudio.Data.Services Namespace