SQLSelect.ShowSQLError Method (Typed)
|
|
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.24 GA
Syntax VIRTUAL METHOD ShowSQLError(
strMessage AS STRING,
symMethod AS SYMBOL,
e AS Exception
) AS VOID
public virtual void ShowSQLError(
string strMessage,
Symbol symMethod,
[DefaultParameterValueAttribute(null, 0)] Exception e
)
Request Example
View SourceParameters
- strMessage
- Type: String
- symMethod
- Type: Symbol
- e
- Type: Exception
See Also