Resources.ConnectionManager_MetadataMismatch 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 The connection string's metadata does not match the metadata in the configuration file. Old metadata: {0}. Please correct the connection string with the entity container name '{1}' in the configuration file and save it..

Namespace:  Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ConnectionManager_MetadataMismatch As String 
    Get
'Usage
Dim value As String 

value = Resources.ConnectionManager_MetadataMismatch
public static string ConnectionManager_MetadataMismatch { get; }
public:
static property String^ ConnectionManager_MetadataMismatch {
    String^ get ();
}
static member ConnectionManager_MetadataMismatch : string
static function get ConnectionManager_MetadataMismatch () : String

Property Value

Type: System.String

See Also

Reference

Resources Class

Microsoft.Data.Entity.Design Namespace