For SQL templates, used to bind values to parameters specified within an SQL statement. The value to bind should be text as a child of the param element.
For more information, see Query_Parameters.
Attributes
index- Type: integer
- The index within the SQL statement of the parameter.
name- Type: string
- The name of a parameter within the SQL statement. This name should appear within the query preceded by a colon.
type- Type: one of the values below
- The type of the parameter's value
-
integer- 32 bit integer
int64- 64 bit integer
double- double-precision floating-point number
string- string literal, the default value
Properties
| Inherited Properties |
