Freigeben über


DbProviderManifest.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 beim Überschreiben in einer abgeleiteten Klasse einen von der Datenquelle unterstützten Satz von primitiven Typen zurück.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public MustOverride Function GetStoreTypes As ReadOnlyCollection(Of PrimitiveType)
'Usage
Dim instance As DbProviderManifest 
Dim returnValue As ReadOnlyCollection(Of PrimitiveType)

returnValue = instance.GetStoreTypes()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public abstract ReadOnlyCollection<PrimitiveType> GetStoreTypes()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
virtual ReadOnlyCollection<PrimitiveType^>^ GetStoreTypes() abstract
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetStoreTypes : unit -> ReadOnlyCollection<PrimitiveType> 
public abstract function GetStoreTypes() : ReadOnlyCollection<PrimitiveType>

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType>
Der von der Datenquelle unterstützte Satz von Typen.

Siehe auch

Verweis

DbProviderManifest Klasse

System.Data.Entity.Core.Common-Namespace