共用方式為


RelationalStrings.NamedConnectionStringNotFound(Object) 方法

定義

已使用具名連接字串,但應用程式組態中找不到名稱 '{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

傳回

適用於