Old name, the name used by the model member before the name change

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

Syntax

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

See Also