SQLStatement.MakeErrorInfo Method | |
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD MakeErrorInfo(
oObject,
symMethod,
nRetCode
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual MakeErrorInfo(
Usual oObject = default,
Usual symMethod = default,
Usual nRetCode = default
)
Request Example
View SourceParameters
- oObject (Optional)
- Type: Usual
- symMethod (Optional)
- Type: Usual
- nRetCode (Optional)
- Type: Usual
Return Value
Type:
UsualSee Also