ColumnValue..::..PreviousValue Property

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


[RequiredAttribute]
public string PreviousValue { get; set; }
<RequiredAttribute> _
Public Property PreviousValue As String
	Get
	Set
[RequiredAttribute]
public:
property String^ PreviousValue {
	String^ get ();
	void set (String^ value);
}