EdmItemCollection.GetPrimitiveTypes Method

Definition

Returns a collection of the PrimitiveType objects.

Overloads

GetPrimitiveTypes()

Returns a collection of the PrimitiveType objects.

GetPrimitiveTypes(Double)

Returns a collection of the PrimitiveType objects with the specified conceptual model version.

GetPrimitiveTypes()

Returns a collection of the PrimitiveType objects.

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)

Returns

A ReadOnlyCollection object that represents a collection of the PrimitiveType objects.

Applies to

GetPrimitiveTypes(Double)

Returns a collection of the PrimitiveType objects with the specified conceptual model version.

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)

Parameters

edmVersion
Double

The conceptual model version.

Returns

A ReadOnlyCollection object that represents a collection of the PrimitiveType objects.

Applies to