ExecutionStrategy.Current 속성

정의

현재 실행 중인 전략을 가져오거나 설정합니다. 중첩된 모든 호출은 가장 바깥쪽 전략에 의해 처리됩니다.

public static Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy? Current { get; protected set; }
static member Current : Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy with get, set
Public Shared Property Current As ExecutionStrategy

속성 값

설명

자세한 내용 과 예제는 연결 복원력 및 데이터베이스 재시 도를 참조하세요.

적용 대상