Share via


Resources.MappingDetails_ErrMslTooManyEntitySetMappings Property

 

Looks up a localized string similar to You cannot have multiple EntitySetMappings for an EntityType..

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top