Long human readable description of the type attributes, including identity/computed, key membership, default etc.

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

Syntax

C#
public string DataTypeLongDescription { get; private set; }
Visual Basic
Public Property DataTypeLongDescription As String
	Get
	Private Set
Visual C++
public:
property String^ DataTypeLongDescription {
	String^ get ();
	private: void set (String^ value);
}

See Also