Modifier and Type | Method and Description |
---|---|
SqlParameterList |
SqlQuerySpec.getParameters()
Gets the collection of query parameters.
|
Modifier and Type | Method and Description |
---|---|
SqlQuerySpec |
SqlQuerySpec.setParameters(SqlParameterList parameters)
Sets the collection of query parameters.
|
Constructor and Description |
---|
SqlQuerySpec(String queryText,
SqlParameterList parameters)
Initializes a new instance of the SqlQuerySpec class with the text of the
query and parameters.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.