ObjectItemCollection.GetPrimitiveTypes Method ()
Returns a collection of primitive type objects.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public IEnumerable<PrimitiveType> GetPrimitiveTypes()
Return Value
Type: System.Collections.Generic.IEnumerable<PrimitiveType>A collection of primitive type objects.