Share via


Resources.DatabaseCreation_ErrorWritingDdl Property

 

Looks up a localized string similar to An exception occurred while writing the DDL to the file '{0}'. The exception message is: '{1}'..

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top