SelectExpression.IsIdentityQuery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public virtual bool IsIdentityQuery ();
abstract member IsIdentityQuery : unit -> bool
override this.IsIdentityQuery : unit -> bool
Public Overridable Function IsIdentityQuery () As Boolean
Returns
true if this SelectExpression is an identity query, false if not.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework