Enumeration of associations where this entity set is the dependent (from) entityset

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public IEnumerable<ModelAssociationSet> AssociationsFrom { get; }
Visual Basic
Public ReadOnly Property AssociationsFrom As IEnumerable(Of ModelAssociationSet)
	Get
Visual C++
public:
property IEnumerable<ModelAssociationSet^>^ AssociationsFrom {
	IEnumerable<ModelAssociationSet^>^ get ();
}

See Also