RelationalOptionsExtension.WithMinBatchSize(Nullable<Int32>) 메서드

정의

모든 옵션이 이 instance 동일하지만 지정된 옵션이 변경된 새 instance 만듭니다. 이 메서드를 직접 호출하는 것은 드문 일입니다. 대신 DbContextOptionsBuilder를 사용하세요.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension WithMinBatchSize (int? minBatchSize);
abstract member WithMinBatchSize : Nullable<int> -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
override this.WithMinBatchSize : Nullable<int> -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
Public Overridable Function WithMinBatchSize (minBatchSize As Nullable(Of Integer)) As RelationalOptionsExtension

매개 변수

minBatchSize
Nullable<Int32>

변경할 옵션입니다.

반환

옵션이 변경된 새 instance.

적용 대상