Represents a conceptual model entityset

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..ModelEntitySet

See Also