CanReplace Method (C1EntityFrameworkCoreCursorDataCollection<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, _
ByVal As _
) As Boolean
public override bool CanReplace(
int ,
)
Parameters
- index
- This parameter is ignored.
- item
- The item that would be replaced.
See Also