parameters property
Parameters?
get
parameters
The values with which to substitute the parameters defined in the query.
All parameters defined in the query must be given values before running the query, or the query will fail.
The returned Parameters will be readonly.
Implementation
Parameters? get parameters;