Click or drag to resize

CmcCursorBookmark Enumeration

Cursor's rowpointer enum

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public enum CmcCursorBookmark
Members
  Member nameValueDescription
Beginning0 Move rows starting from first row in cursor.
Current1 Move rows starting from current row in cursor.
End2 Move rows starting from last row in cursor.
See Also