Resources.ConnectionManager_ValidateNoConnection Property
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Looks up a localized string similar to Because the connection type is not specified, the model will be validated assuming a SQL Server 2005 connection..
Namespace: Microsoft.Data.Entity.Design
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ConnectionManager_ValidateNoConnection As String
Get
'Usage
Dim value As String
value = Resources.ConnectionManager_ValidateNoConnection
public static string ConnectionManager_ValidateNoConnection { get; }
public:
static property String^ ConnectionManager_ValidateNoConnection {
String^ get ();
}
static member ConnectionManager_ValidateNoConnection : string
static function get ConnectionManager_ValidateNoConnection () : String
Property Value
Type: System.String