Click or drag to resize

BaseIndex.Seek Method

X#
Perform a seek operation on the current selected index for the current Workarea.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Seek(
	info AS DbSeekInfo
) AS LOGIC
Request Example View Source

Parameters

info
Type: DbSeekInfo
An object containing containing the necessary seek information.

Return Value

Type: Logic

Implements

Seek(DbSeekInfo)
See Also