Share via


Resources.MappingDetails_ErrMslEntitySetMappingHasQueryView Property

 

Looks up a localized string similar to The mapping for this EntityType includes a QueryView, which cannot be rendered in the designer..

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top