Association set mapping (if any) mapping this conceptual model association to the underlying store associations. Normally only set for many-to-many and/or independent associations.

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

Syntax

C#
public AssociationSetMapping AssociationSetMapping { get; }
Visual Basic
Public ReadOnly Property AssociationSetMapping As AssociationSetMapping
	Get
Visual C++
public:
property AssociationSetMapping^ AssociationSetMapping {
	AssociationSetMapping^ get ();
}

See Also