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