SQLParser.ParseUpdateStatement Method | |
Namespace:
XSharp.Parsers
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax METHOD ParseUpdateStatement(
stmt OUT FoxUpdateContext
) AS LOGIC
public bool ParseUpdateStatement(
out FoxUpdateContext stmt
)
Request Example
View SourceParameters
- stmt
- Type: FoxUpdateContext
Return Value
Type:
LogicSee Also