The SQLParameter object represents a parameter of SQL statement SELECT upon which a query has been built (object Query). The SQLParameter object is created by the Query::CreateSQLParameter method. To use the parameter in the query, add it to the Query::SQLParameters collection. The parameter number corresponds to the number of parameter marker in an SQL statement text. Use the SQLParameter::Value property to set a value of parameter.