CoreDb.SetFound Method | |
Set the found flag.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD SetFound(
lFound AS LOGIC
) AS LOGIC
public static bool SetFound(
bool lFound
)
Request Example
View SourceParameters
- lFound
- Type: Logic
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks This function is like DBSetFound().
Tip |
---|
VoDbSetFound() and CoreDb.SetFound() are aliases |
See Also