EdmItemCollection.GetPrimitiveTypes Method
Returns the list of primitive types object.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | GetPrimitiveTypes() | Returns a collection of the PrimitiveType objects. |
![]() | GetPrimitiveTypes(Double) | Returns a collection of the PrimitiveType objects with the specified conceptual model version. |
EdmItemCollection.GetPrimitiveTypes Method ()
Returns a collection of the PrimitiveType objects.
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.
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.