IEdmModel.ReferencedModels Property

Definition

Gets the collection of models referred to by this model (mainly by the this.References).

public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmModel> ReferencedModels { get; }
member this.ReferencedModels : seq<Microsoft.OData.Edm.IEdmModel>
Public ReadOnly Property ReferencedModels As IEnumerable(Of IEdmModel)

Property Value

Applies to