EdmModelBase.ReferencedModels Property

Gets the collection of models referred to by this model.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property ReferencedModels As IEnumerable(Of IEdmModel)
    Get
'Usage
Dim instance As EdmModelBase 
Dim value As IEnumerable(Of IEdmModel)

value = instance.ReferencedModels
public IEnumerable<IEdmModel> ReferencedModels { get; }
public:
virtual property IEnumerable<IEdmModel^>^ ReferencedModels {
    IEnumerable<IEdmModel^>^ get () sealed;
}
abstract ReferencedModels : IEnumerable<IEdmModel>
override ReferencedModels : IEnumerable<IEdmModel>
final function get ReferencedModels () : IEnumerable<IEdmModel>

Property Value

Type: System.Collections.Generic.IEnumerable<IEdmModel>

Implements

IEdmModel.ReferencedModels

See Also

Reference

EdmModelBase Class

Microsoft.Data.Edm.Library Namespace