EdmItemCollection.GetPrimitiveTypes Method

 

Returns the list of primitive types object.

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

NameDescription
System_CAPS_pubmethodGetPrimitiveTypes()

Returns a collection of the PrimitiveType objects.

System_CAPS_pubmethodGetPrimitiveTypes(Double)

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


EdmItemCollection.GetPrimitiveTypes Method ()

Returns a collection of the PrimitiveType objects.

public ReadOnlyCollection<PrimitiveType> GetPrimitiveTypes()

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType>

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


EdmItemCollection.GetPrimitiveTypes Method (Double)

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

public ReadOnlyCollection<PrimitiveType> GetPrimitiveTypes(
	double edmVersion
)

Parameters

edmVersion
Type: System.Double

The conceptual model version.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType>

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