ObjectItemCollection.GetPrimitiveTypes Method ()

 

Returns a collection of primitive type objects.

Namespace:   System.Data.Entity.Core.Metadata.Edm
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.