Storage model junction entity set for many-to-many associations

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

Syntax

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

See Also