CoreStrings.NonGenericOptions(Object) Yöntem

Tanım

{contextType} oluşturucusuza geçirilen DbContextOptions bir DbContextOptions < {contextType} > olmalıdır. Birden çok DbContext türünü kaydettirirken, her bağlam türü için oluşturucuda genel olmayan < bir DbContextOptions parametresi yerine dbContextOptions TContext parametresi olduğundan > emin olun.

public static string NonGenericOptions (object contextType);
public static string NonGenericOptions (object? contextType);
static member NonGenericOptions : obj -> string
Public Shared Function NonGenericOptions (contextType As Object) As String

Parametreler

contextType
Object

Döndürülenler

String

Şunlara uygulanır