Share via


DataGenerationElement.ClearDatabase Property

 

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

public bool ClearDatabase { get; set; }
public:
property bool ClearDatabase {
    bool get();
    void set(bool value);
}
member ClearDatabase : bool with get, set
Public Property ClearDatabase As Boolean

Property Value

Type: System.Boolean

See Also

DataGenerationElement Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration Namespace

Return to top