Share via


EdmModel.GlobalItems Property

Definition

Gets the global items associated with the model.

public System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.GlobalItem> GlobalItems { get; }
member this.GlobalItems : seq<System.Data.Entity.Core.Metadata.Edm.GlobalItem>
Public ReadOnly Property GlobalItems As IEnumerable(Of GlobalItem)

Property Value

The global items associated with the model.

Applies to