StoreItemCollection.GetPrimitiveTypes Method

Definition

Returns a collection of the PrimitiveType objects.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.PrimitiveType> GetPrimitiveTypes ();
abstract member GetPrimitiveTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.PrimitiveType>
override this.GetPrimitiveTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.PrimitiveType>
Public Overridable Function GetPrimitiveTypes () As ReadOnlyCollection(Of PrimitiveType)

Returns

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

Attributes

Applies to