Freigeben über


StoreItemCollection.GetPrimitiveTypes-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 Auflistung der PrimitiveType-Objekte zurück.

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

Syntax

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

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

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType>
Ein ReadOnlyCollection<T>-Objekt, das die Auflistung der PrimitiveType-Objekte darstellt.

Siehe auch

Verweis

StoreItemCollection Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace