SqlParameterCollection Constructors

Definition

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