CanReplace Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Determines whether the item at the specified can be replaced in the collection.
Syntax
'Declaration
Public Overrides Function CanReplace( _
ByVal As Integer _
) As Boolean
public override bool CanReplace(
int
)
Parameters
- index
- This parameter is ignored.
See Also