SelectExpression.IsIdentityQuery Metoda

Definicja

Określa, czy to polecenie SelectExpression jest zapytaniem tożsamości. Zapytanie tożsamości ma jedną tabelę i zwraca wszystkie wiersze z tej tabeli, niezmodyfikowane.

public virtual bool IsIdentityQuery ();
abstract member IsIdentityQuery : unit -> bool
override this.IsIdentityQuery : unit -> bool
Public Overridable Function IsIdentityQuery () As Boolean

Zwraca

wartość true, jeśli to SelectExpression jest zapytaniem tożsamości, false, jeśli nie.

Dotyczy