This document is archived and information here might be outdated. Recommended version. |
The version prior to reconciliation.
[Visual Basic .NET] Public ReadOnly Property PreReconcileVersion As IVersion
[C#] public IVersion PreReconcileVersion {get;}
[C++]
HRESULT get_PreReconcileVersion(
IVersion** PreReconcileVersion
);
[C++] Parameters PreReconcileVersion [out, retval]
PreReconcileVersion is a parameter of type IVersion**
The PreReconcileVersion method returns an IVersion of the version that the current edit version is reconciling against. The pre-reconcile version represents the state of the database prior to the reconcile operation. This provides a representation of the version which can be used to compare features or rows after the reconciliation.
The IVersion returned is not available as a workspace for editing.
This property should only be called after a Reconcile or the IVersion object will be nothing.