SelectExpression.IsIdentityQuery Method

Definition

Determines whether this SelectExpression is an identity query. An identity query has a single table, and returns all of the rows from that table, unmodified.

C#
public virtual bool IsIdentityQuery ();

Returns

true if this SelectExpression is an identity query, false if not.

Applies to

Продукт Версії
Entity Framework Core 1.1, 2.0, 2.1, 2.2