[]
        
(Showing Draft Content)

C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreCursorDataCollection-1.CanInsert

CanInsert Method

CanInsert(int, T)

Determines whether a new item can be inserted in the collection at the specified index.

Declaration
public override bool CanInsert(int index, T item)
Parameters
Type Name Description
int index

This parameter is ignored because Entity Framework works with non-ordered sources.

T item

The item that would be inserted.

Returns
Type Description
bool
Overrides
Implements