CoreStrings.DbContextMissingConstructor(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'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