TemplateResources.Template_CaseInsensitiveTypeConflict 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 Type '{0}' is not unique. This may be caused by the types only differing in case which 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_CaseInsensitiveTypeConflict As String 
    Get
'Usage
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

TemplateResources Class

Microsoft.Data.Entity.Design.Templates Namespace