DataServer.RecNo Property (Typed) | |
A numeric value representing the current record number, identifying the position of the record pointer in this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RecNo AS LONG GET SET
public virtual int RecNo { get; set; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the current record number, identifying the position of the record pointer in this data server.
Remarks
A numeric value representing the current record number, identifying the position of the record pointer in this data server.
Assigning a value to DataServer:RecNo is equivalent to executing DataServer:GoTo(); both reposition the record pointer on the given record.
Tip |
---|
Some types of data servers cannot support movement by record number. |
See Also