SQLStatement.MakeErrorInfo Method (Typed) | |
[Missing <include> target documentation in 'M:XSharp.VO.SDK.SQLStatement.MakeErrorInfo(XSharp.__Usual,XSharp.__Usual,XSharp.__Usual)'. File: 'Sql.xml' Path: 'doc/SQLStatement.MakeErrorInfo/*']
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD MakeErrorInfo(
oObject,
symMethod,
e
) AS SQLErrorInfo CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual SQLErrorInfo MakeErrorInfo(
Usual oObject = default,
Usual symMethod = default,
Usual e = default
)
Request Example
View SourceParameters
- oObject (Optional)
- Type: Usual
- symMethod (Optional)
- Type: Usual
- e (Optional)
- Type: Usual
Return Value
Type:
SQLErrorInfoSee Also