DbfLocking.RecnoOffSet Method | |
Calculate the record offset based
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax METHOD RecnoOffSet(
recordNbr AS LONG,
recSize AS LONG,
headerLength AS LONG
) AS INT64
public long RecnoOffSet(
int recordNbr,
int recSize,
int headerLength
)
Request Example
View SourceParameters
- recordNbr
- Type: Long
- recSize
- Type: Long
- headerLength
- Type: Long
Return Value
Type:
Int64See Also