Returns the StoreEntitySet mapped with this AssociationSetMapping

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

Syntax

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

See Also