CoreDb.SetScope Method | |
Set the locate condition.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC METHOD SetScope(
scope AS DbScopeInfo
) AS LOGIC
public static bool SetScope(
DbScopeInfo scope
)
Request Example
View SourceParameters
- scope
- Type: DbScopeInfo
A Scope objhect describing the current scope.
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
VoDbSetScope() and CoreDb.SetScope() are aliases |
See Also