Enumeration of all entity set mappings; mappings between store entity sets and model entity sets.

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

Syntax

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

See Also