Class SchemaCreateProperties
Inheritance
System.Object
SchemaCreateProperties
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public class SchemaCreateProperties
Constructors
SchemaCreateProperties()
Declaration
public SchemaCreateProperties()
Properties
Comments
Declaration
[Argument("Include comments in output (default: true)", true)]
public bool Comments { get; set; }
Property Value
System.
|
CreateTables
Declaration
[Argument("Create tables in database (default: false)", true)]
public bool CreateTables { get; set; }
Property Value
System.
|
DropTables
Declaration
[Argument("Drop all tables before creation; requires -direct (default: false)")]
public bool DropTables { get; set; }
Property Value
System.
|
LogEvents
Declaration
[Argument("Controls the amount of logging information", true)]
public string LogEvents { get; set; }
Property Value
System.
|
Validate
Declaration
[Argument("Run checks on database tables (default: false)")]
public bool Validate { get; set; }
Property Value
System.
|