CoreDb.SetScope Method | |
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
public static bool SetScope(
DbScopeInfo Scope
)
Request Example
View SourceParameters
- Scope
- Type: DbScopeInfo
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
VoDbSetScope() and CoreDb.SetScope() are aliases |
See Also