Click or drag to resize

DbfLocking Structure

X#
This structure holds the various settings for locking models

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 STRUCTURE DbfLocking
Request Example View Source

The DbfLocking type exposes the following members.

Properties
  NameDescription
Public propertyFileLockOffSet
File Lock offsets
Top
Methods
  NameDescription
Public methodInitialize
Set various numbers based on a locking model.
Public methodRecnoOffSet
Calculate the record offset based
Top
Fields
  NameDescription
Public fieldDirection
Direction of locking, used to calculate file lock offsets and record lock offsets
Public fieldFileSize
Length for File locks
Public fieldOffset
Offset of the Locking
Public fieldRecordSize
Length for Record locks
Top
See Also