SQLStatement.MakeErrorInfo Method | |
[Missing <include> target documentation in 'M:VO.SQLStatement.MakeErrorInfo(XSharp.__Usual,XSharp.__Usual,XSharp.__Usual)'. File: 'SQL.xml' Path: 'doc/SQLStatement.MakeErrorInfo/*']
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
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