Entity set mapping that maps this entity set to the underlying storage model entityset(s)

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

Syntax

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

See Also