Share via


Resources.MappingDetails_UnknownColumnType Property

 

Looks up a localized string similar to ??.

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top