Freigeben über


DbXmlEnabledProviderManifest.GetStoreTypes-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt eine Liste der vom Speicheranbieter unterstützten primitiven Typen zurück.

Namespace:  System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overrides Function GetStoreTypes As ReadOnlyCollection(Of PrimitiveType)
'Usage
Dim instance As DbXmlEnabledProviderManifest 
Dim returnValue As ReadOnlyCollection(Of PrimitiveType)

returnValue = instance.GetStoreTypes()
public override ReadOnlyCollection<PrimitiveType> GetStoreTypes()
public:
virtual ReadOnlyCollection<PrimitiveType^>^ GetStoreTypes() override
abstract GetStoreTypes : unit -> ReadOnlyCollection<PrimitiveType> 
override GetStoreTypes : unit -> ReadOnlyCollection<PrimitiveType> 
public override function GetStoreTypes() : ReadOnlyCollection<PrimitiveType>

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType>
Eine Auflistung des Typs ReadOnlyCollection<T>, die eine Liste der vom Speicheranbieter unterstützten primitiven Typen enthält.

Siehe auch

Verweis

DbXmlEnabledProviderManifest Klasse

System.Data.Entity.Core.Common-Namespace