PrimitiveType.GetEdmPrimitiveTypes Method ()
Returns the list of primitive types.
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.