IQueryTrackingListener
IQueryTrackingListener
Interface
Definition
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public interface IQueryTrackingListener
Public Interface IQueryTrackingListener
Methods
TrackedFromQuery(InternalEntityEntry, ISet)
TrackedFromQuery(InternalEntityEntry, ISet(Of IForeignKey))
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
void TrackedFromQuery(InternalEntityEntry entry, ISet<IForeignKey> handledForeignKeys)
Sub TrackedFromQuery(entry As InternalEntityEntry, handledForeignKeys As ISet(Of IForeignKey))
Parameters
- handledForeignKeys
- ISet<IForeignKey> ISet(Of IForeignKey)