Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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