SelectExpression.IsIdentityQuery 메서드

정의

이 SelectExpression이 ID 쿼리인지 여부를 확인합니다. ID 쿼리에는 단일 테이블이 있으며 수정되지 않은 해당 테이블의 모든 행을 반환합니다.

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

반환

이 SelectExpression이 ID 쿼리인 경우 true이고, 그렇지 않으면 false입니다.

적용 대상