HiLoValueGeneratorState(Int32) 생성자

정의

HiLoValueGeneratorState 클래스의 새 인스턴스를 초기화합니다.

public HiLoValueGeneratorState (int blockSize);
new Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState : int -> Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState
Public Sub New (blockSize As Integer)

매개 변수

blockSize
Int32

데이터베이스에서 새 낮은 값을 가져와야 하기 전에 낮은 값부터 시작하여 사용할 수 있는 순차 값의 수입니다.

적용 대상