Share via


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
bool SupportsType<T>(
    string specificTypeName
)
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject 
bool SupportsType(
    String^ specificTypeName
)
abstract SupportsType : 
        specificTypeName:string -> bool   when 'T : IVsDataMappedObject
JScript does not support generic types or methods.

Type Parameters

  • T
    The type of the parameter.

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

SupportsType Overload

Microsoft.VisualStudio.Data.Services Namespace