Represents a mapping between a conceptual model entity set and a storage model entity set

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

Syntax

C#
public class EntitySetMapping : EDMXMember, 
	IEDMXRemovableMember
Visual Basic
Public Class EntitySetMapping _
	Inherits EDMXMember _
	Implements IEDMXRemovableMember
Visual C++
public ref class EntitySetMapping : public EDMXMember, 
	IEDMXRemovableMember

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..EntitySetMapping

See Also