CoreStrings.NonGenericOptions(Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
{contextType} oluşturucusna geçirilen DbContextOptions bir DbContextOptions<{contextType}> olmalıdır. Birden çok DbContext türü kaydederken, her bağlam türünün oluşturucusunun genel olmayan bir DbContextOptions parametresi yerine DbContextOptions<TContext> parametresine sahip 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