True if this member points to a complex type defined in the model

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

Syntax

C#
public bool IsComplexType { get; }
Visual Basic
Public ReadOnly Property IsComplexType As Boolean
	Get
Visual C++
public:
property bool IsComplexType {
	bool get ();
}

See Also