RemoveAsync Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Removes the item at the specified from the collection.
Syntax
'Declaration
Public Function RemoveAsync( _
ByVal As Integer _
) As Task
public Task RemoveAsync(
int
)
Parameters
- index
- The index.
See Also