C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection Class / InsertAsync Method

In This Topic
InsertAsync Method (C1AdoNetCursorDataCollection)
In This Topic
Syntax
'Declaration
 
Public Function InsertAsync( _
   ByVal index As Integer, _
   ByVal item As Object, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of Integer)
 

Parameters

index
item
cancellationToken
See Also