SqlParameterCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlParameterCollection() |
Initialize a new instance of the SqlParameterCollection class for the Azure Cosmos DB service. |
SqlParameterCollection(IEnumerable<SqlParameter>) |
Initializes a new instance of the SqlParameterCollection class for the Azure Cosmos DB service. |
SqlParameterCollection()
Initialize a new instance of the SqlParameterCollection class for the Azure Cosmos DB service.
public SqlParameterCollection ();
Public Sub New ()
Applies to
SqlParameterCollection(IEnumerable<SqlParameter>)
Initializes a new instance of the SqlParameterCollection class for the Azure Cosmos DB service.
public SqlParameterCollection (System.Collections.Generic.IEnumerable<Microsoft.Azure.Documents.SqlParameter> parameters);
new Microsoft.Azure.Documents.SqlParameterCollection : seq<Microsoft.Azure.Documents.SqlParameter> -> Microsoft.Azure.Documents.SqlParameterCollection
Public Sub New (parameters As IEnumerable(Of SqlParameter))
Parameters
- parameters
- IEnumerable<SqlParameter>
The collection of parameters.
Applies to
Azure SDK for .NET