Click or drag to resize

DbSeekInfo Structure

X#
Helper structure to store information needed to perform a seek operation

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STRUCTURE DbSeekInfo

The DbSeekInfo type exposes the following members.

Fields
  NameDescription
Public fieldLast
A flag that is TRUE if the last occurrence of the specified key value is to be sought, rather than the first.
Public fieldSoftSeek
A flag that is TRUE if a soft seek is to be performed.
Public fieldValue
An object containing the key value to find.
Top
See Also