ArcGIS Pro 2.6 API Reference Guide
Current Property (DifferenceCursor)

ArcGIS.Core.Data Namespace > DifferenceCursor Class : Current Property
Gets the current difference Row in this DifferenceCursor.
Syntax
public Row Current {get;}
Public ReadOnly Property Current As Row
Remarks
This property may return null even if the difference cursor has not passed the end of the collection (i.e., when RowCursor.MoveNext returns false) This happens when the difference type DifferenceType.DeleteNoChange or DifferenceType.DeleteUpdate is specified. If a valid Row is returned by this property, it should be Disposed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

DifferenceCursor Class
DifferenceCursor Members