StoreItemCollection::GetPrimitiveTypes Method ()

 

Returns a collection of the PrimitiveType objects.

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

public:
ReadOnlyCollection<PrimitiveType^>^ GetPrimitiveTypes()

Return Value

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

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

.NET Framework
Available since 3.5
Return to top
Show: