TemplateResources.Template_CaseInsensitiveEntitySetConflict 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 EntitySet '{0}.{1}' differs only in case from an existing EntitySet, and is not compatible with the current language option..

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

Syntax

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

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

Property Value

Type: System.String

See Also

Reference

TemplateResources Class

Microsoft.Data.Entity.Design.Templates Namespace