Table of Contents

Enum ResultSetMapping

Namespace
Microsoft.EntityFrameworkCore.Update
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Indicates what kind of impact on the result set a given command will have.

This type is typically used by database providers; it is generally not used in application code.

public enum ResultSetMapping

Fields

LastInResultSet = 2

The command maps to the last result in the result set.

NoResultSet = 0

The command does not have any result set mapping.

NotLastInResultSet = 1

The command maps to a result in the result set, but this is not the last result.