SqlParameterCollection.Insert(Int32, SqlParameter) Method
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.
Inserts an item at the specified index in the Azure Cosmos DB collection.
public void Insert (int index, Microsoft.Azure.Documents.SqlParameter item);
abstract member Insert : int * Microsoft.Azure.Documents.SqlParameter -> unit
override this.Insert : int * Microsoft.Azure.Documents.SqlParameter -> unit
Public Sub Insert (index As Integer, item As SqlParameter)
Parameters
- index
- Int32
The location in the index array in which to start inserting elements.
- item
- SqlParameter
The item to copy into the index.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET