RelationalOptionsExtension.WithMinBatchSize(Nullable<Int32>) Yöntem

Tanım

Bu örnekle aynı tüm seçeneklere sahip yeni bir örnek oluşturur, ancak belirtilen seçenek değiştirilmiştir. Bu yöntemi doğrudan çağırma olağan dışıdır. Bunun yerine DbContextOptionsBuilder kullanın.

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

Parametreler

minBatchSize
Nullable<Int32>

Değiştirme seçeneği.

Döndürülenler

RelationalOptionsExtension

seçeneği değiştirilmiş yeni bir örnek.

Şunlara uygulanır