DataGenerationElement.ClearDatabase Property
Gets or sets a value that indicates whether to clear the database before a data generation plan is applied.
Namespace: Microsoft.Data.Schema.UnitTesting.Configuration
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property ClearDatabase As Boolean
public bool ClearDatabase { get; set; }
public:
property bool ClearDatabase {
bool get ();
void set (bool value);
}
member ClearDatabase : bool with get, set
function get ClearDatabase () : boolean
function set ClearDatabase (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.