Share via


Resources.MappingDetails_ErrMslBadEntitySetMapping Property

 

Looks up a localized string similar to There is a broken relationship between this EntityType's EntitySet and one of its related EntitySetMappings..

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

Syntax

public static string MappingDetails_ErrMslBadEntitySetMapping { get; }
public:
property String^ MappingDetails_ErrMslBadEntitySetMapping {
    static String^ get();
}
static member MappingDetails_ErrMslBadEntitySetMapping : string with get
Public Shared ReadOnly Property MappingDetails_ErrMslBadEntitySetMapping As String

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top