ReflectionDataServiceProvider.Types Property

Returns all the types in this data source

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Types As IEnumerable(Of ResourceType)
    Get
'Usage
Dim instance As ReflectionDataServiceProvider 
Dim value As IEnumerable(Of ResourceType)

value = instance.Types
public virtual IEnumerable<ResourceType> Types { get; }
public:
virtual property IEnumerable<ResourceType^>^ Types {
    IEnumerable<ResourceType^>^ get ();
}
abstract Types : IEnumerable<ResourceType>
override Types : IEnumerable<ResourceType>
function get Types () : IEnumerable<ResourceType>

Property Value

Type: System.Collections.Generic.IEnumerable<ResourceType>

Implements

IDataServiceMetadataProvider.Types

See Also

Reference

ReflectionDataServiceProvider Class

System.Data.Services.Providers Namespace