PrimitiveType.GetEdmPrimitiveTypes Method ()

 

Returns the list of primitive types.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static ReadOnlyCollection<PrimitiveType> GetEdmPrimitiveTypes()

Return Value

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

A collection of type ReadOnlyCollection<T> that contains the list of primitive types.