共用方式為


CoreStrings.DbContextMissingConstructor(Object) 方法

定義

'AddDbCoNtext' 是以組態呼叫,但內容類型 '{coNtextType}' 只會宣告無參數建構函式。 這表示永遠不會使用傳遞至 'AddDbCoNtext' 的組態。 如果組態傳遞至 'AddDbCoNtext',則 '{coNtextType}' 應該宣告接受 DbCoNtextOptions{coNtextType} > 的 < 建構函式,而且必須將它傳遞至 DbCoNtext 的基底建構函式。

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

參數

contextType
Object

傳回

適用於