Aracılığıyla paylaş


DbContextOptions<TContext>.WithExtension<TExtension> Yöntem

Tanım

Verilen uzantıyı temel alınan seçeneklere ekler ve uzantı eklenerek yeni DbContextOptions bir uzantı oluşturur.

public override Microsoft.EntityFrameworkCore.DbContextOptions WithExtension<TExtension> (TExtension extension) where TExtension : class, Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension;
override this.WithExtension : 'Extension -> Microsoft.EntityFrameworkCore.DbContextOptions (requires 'Extension : null and 'Extension :> Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension)
Public Overrides Function WithExtension(Of TExtension As {Class, IDbContextOptionsExtension}) (extension As TExtension) As DbContextOptions

Tür Parametreleri

TExtension

Eklenecek uzantı türü.

Parametreler

extension
TExtension

Eklenecek uzantı.

Döndürülenler

Verilen uzantının eklendiği yeni seçenekler örneği.

Şunlara uygulanır