Aracılığıyla paylaş


EdmItemCollection.GetPrimitiveTypes Yöntem

Tanım

Nesnelerin bir koleksiyonunu PrimitiveType döndürür.

Aşırı Yüklemeler

GetPrimitiveTypes()

Nesnelerin bir koleksiyonunu PrimitiveType döndürür.

GetPrimitiveTypes(Double)

Belirtilen kavramsal model sürümüne sahip nesnelerin bir koleksiyonunu PrimitiveType döndürür.

GetPrimitiveTypes()

Nesnelerin bir koleksiyonunu PrimitiveType döndürür.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetPrimitiveTypes();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes ();
member this.GetPrimitiveTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>
Public Function GetPrimitiveTypes () As ReadOnlyCollection(Of PrimitiveType)

Döndürülenler

Nesnelerin koleksiyonunu PrimitiveType temsil eden readOnlyCollection nesnesi.

Şunlara uygulanır

GetPrimitiveTypes(Double)

Belirtilen kavramsal model sürümüne sahip nesnelerin bir koleksiyonunu PrimitiveType döndürür.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetPrimitiveTypes(double edmVersion);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes (double edmVersion);
member this.GetPrimitiveTypes : double -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>
Public Function GetPrimitiveTypes (edmVersion As Double) As ReadOnlyCollection(Of PrimitiveType)

Parametreler

edmVersion
Double

Kavramsal model sürümü.

Döndürülenler

Nesnelerin koleksiyonunu PrimitiveType temsil eden readOnlyCollection nesnesi.

Şunlara uygulanır