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