JiwaCollectionItem<(Of <(<'T>)>)>..::..OldRowHash Property

The value of the Rowhash prior to a save with an OUTPUT INTO clause

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


[BrowsableAttribute]
[XmlIgnoreAttribute]
public virtual byte[] OldRowHash { get; set; }
<BrowsableAttribute> _
<XmlIgnoreAttribute> _
Public Overridable Property OldRowHash As Byte()
	Get
	Set
[BrowsableAttribute]
[XmlIgnoreAttribute]
public:
virtual property array<unsigned char^>^ OldRowHash {
	array<unsigned char^>^ get ();
	void set (array<unsigned char^>^ value);
}

Field Value

A byte array representing a SQL timestamp value

Return Value

A byte array representing a SQL timestamp value

Remarks


In some areas Saves are performed using OUTPUT INTO clauses to re-read the new RowHash value. The oldRowHash property is the value of the RowHash prior to the invocation of Save.