다음을 통해 공유


DbContextId.Lease 속성

정의

이 특정 DbContext instance 컨텍스트 풀에서 임대될 때마다 증가하는 숫자입니다.

public int Lease { get; }
member this.Lease : int
Public ReadOnly Property Lease As Integer

속성 값

설명

컨텍스트 풀링을 사용하지 않는 경우 0이 됩니다.

적용 대상