SQLSelect.NumParameters Property (Typed) | |
A numeric value containing the number of parameters. A value of -1 indicates an error.
Level 2
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NumParameters AS LONG GET
public virtual int NumParameters { get; }
Request Example
View SourceProperty Value
Type:
Long
A numeric value containing the number of parameters. A value of -1 indicates an error.
Level 2
See Also