RelationalStrings.NamedConnectionStringNotFound(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已使用具名連接字串,但應用程式組態中找不到名稱 '{name}'。 請注意,只有在使用 'IConfiguration' 和服務提供者時,才支援具名連接字串,例如在一般 ASP.NET Core應用程式中。 如需相關資訊,請參閱 https://go.microsoft.com/fwlink/?linkid=850912 。
public static string NamedConnectionStringNotFound (object name);
public static string NamedConnectionStringNotFound (object? name);
static member NamedConnectionStringNotFound : obj -> string
Public Shared Function NamedConnectionStringNotFound (name As Object) As String
參數
- name
- Object