Class
SchemaUpdateInfo

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public class SchemaUpdateInfo

Inheritance: objectSchemaUpdateInfo

Constructors

SchemaUpdateInfo()

Declaration

cs-api-definition
public SchemaUpdateInfo()

Properties

AddsColumnOnExistingTable

Declaration

cs-api-definition
public bool AddsColumnOnExistingTable { get; set; }

Property Value

bool

AddsFKConstraintOnExistingTable

Declaration

cs-api-definition
public bool AddsFKConstraintOnExistingTable { get; set; }

Property Value

bool

AddsFKConstraintOnNewTable

Declaration

cs-api-definition
public bool AddsFKConstraintOnNewTable { get; set; }

Property Value

bool

AddsIndexOnExistingTable

Declaration

cs-api-definition
public bool AddsIndexOnExistingTable { get; set; }

Property Value

bool

AddsIndexOnNewTable

Declaration

cs-api-definition
public bool AddsIndexOnNewTable { get; set; }

Property Value

bool

AddsNewTable

Declaration

cs-api-definition
public bool AddsNewTable { get; set; }

Property Value

bool

AddsOther

Declaration

cs-api-definition
public bool AddsOther { get; set; }

Property Value

bool

AddsPKConstraintOnExistingTable

Declaration

cs-api-definition
public bool AddsPKConstraintOnExistingTable { get; set; }

Property Value

bool

AddsPKConstraintOnNewTable

Declaration

cs-api-definition
public bool AddsPKConstraintOnNewTable { get; set; }

Property Value

bool

HasScript

Declaration

cs-api-definition
public bool HasScript { get; }

Property Value

bool

IsComplex

Declaration

cs-api-definition
public bool IsComplex { get; }

Property Value

bool

IsExtending

Declaration

cs-api-definition
public bool IsExtending { get; }

Property Value

bool

IsTrivial

Declaration

cs-api-definition
public bool IsTrivial { get; }

Property Value

bool

ModifiesColumnOnExistingTable

Declaration

cs-api-definition
public bool ModifiesColumnOnExistingTable { get; set; }

Property Value

bool

ModifiesOther

Declaration

cs-api-definition
public bool ModifiesOther { get; set; }

Property Value

bool

RemovesColumnOnExistingTable

Declaration

cs-api-definition
public bool RemovesColumnOnExistingTable { get; set; }

Property Value

bool

RemovesFKConstraintFromExistingTable

Declaration

cs-api-definition
public bool RemovesFKConstraintFromExistingTable { get; set; }

Property Value

bool

RemovesIndexOnExistingTable

Declaration

cs-api-definition
public bool RemovesIndexOnExistingTable { get; set; }

Property Value

bool

RemovesPKConstraintFromExistingTable

Declaration

cs-api-definition
public bool RemovesPKConstraintFromExistingTable { get; set; }

Property Value

bool

RemovesTable

Declaration

cs-api-definition
public bool RemovesTable { get; set; }

Property Value

bool

Script

Declaration

cs-api-definition
public string Script { get; }

Property Value

string

ScriptSeparator

Declaration

cs-api-definition
public string ScriptSeparator { get; set; }

Property Value

string

Statements

Declaration

cs-api-definition
public string[] Statements { get; set; }

Property Value

string[]

UsesTemporaryTable

Declaration

cs-api-definition
public bool UsesTemporaryTable { get; set; }

Property Value

bool