IVsDataMappedObjectType.UnderlyingTypes Property

Definition

Gets the data source–specific underlying types that correspond to the mapped type.

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ UnderlyingTypes { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataObjectType> UnderlyingTypes { get; }
member this.UnderlyingTypes : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataObjectType>
Public ReadOnly Property UnderlyingTypes As ICollection(Of IVsDataObjectType)

Property Value

A collection of IVsDataObjectType objects representing the underlying types that correspond to the mapped type.

Applies to