Represents a complex type in the conceptual model

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..ModelComplexType

See Also