Mappings between this storage model entityset and conceptual model entityset(s) based on it.

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