Store data type name. Valid values depend on the underlying database.

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

Syntax

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

See Also