Click or drag to resize

CoreDb.SetScope Method

X#
Set the locate condition.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD SetScope(
	Scope AS DbScopeInfo
) AS LOGIC
Request Example View Source

Parameters

Scope
Type: DbScopeInfo

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
VoDbSetScope() and CoreDb.SetScope() are aliases
See Also