다음을 통해 공유


DbContextConfiguration.AutoDetectChangesEnabled 속성

정의

및 관련 클래스의 메서드 DbContext 에 의해 메서드가 DetectChanges() 자동으로 호출되는지 여부를 나타내는 값을 가져오거나 설정합니다. 기본값은 true입니다.

public bool AutoDetectChangesEnabled { get; set; }
member this.AutoDetectChangesEnabled : bool with get, set
Public Property AutoDetectChangesEnabled As Boolean

속성 값

true 가 자동으로 호출되어야 하면 이고, 그렇지 않으면 입니다 false.

적용 대상