References Property
Gets the references of this core model.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property References As IEnumerable(Of IEdmModel)
Get
'Usage
Dim instance As EdmCoreModel
Dim value As IEnumerable(Of IEdmModel)
value = instance.References
public IEnumerable<IEdmModel> References { get; }
public:
virtual property IEnumerable<IEdmModel^>^ References {
IEnumerable<IEdmModel^>^ get () sealed;
}
abstract References : IEnumerable<IEdmModel>
override References : IEnumerable<IEdmModel>
final function get References () : IEnumerable<IEdmModel>
Property Value
Type: System.Collections.Generic..::..IEnumerable< (Of < ( <'IEdmModel> ) > ) >
The references of this core model.