Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>