StoreItemCollection.GetPrimitiveTypes Method ()

 

Returns a collection of the PrimitiveType objects.

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

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

Return Value

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

A ReadOnlyCollection<T> object that represents the collection of the PrimitiveType objects.