ClassSchemaUpdateInfo
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
public class SchemaUpdateInfo
Inheritance: objectSchemaUpdateInfo
Constructors
SchemaUpdateInfo()
Declaration
public SchemaUpdateInfo()
Properties
AddsColumnOnExistingTable
Declaration
public bool AddsColumnOnExistingTable { get; set; }
Property Value
bool
AddsFKConstraintOnExistingTable
Declaration
public bool AddsFKConstraintOnExistingTable { get; set; }
Property Value
bool
AddsFKConstraintOnNewTable
Declaration
public bool AddsFKConstraintOnNewTable { get; set; }
Property Value
bool
AddsIndexOnExistingTable
Declaration
public bool AddsIndexOnExistingTable { get; set; }
Property Value
bool
AddsIndexOnNewTable
Declaration
public bool AddsIndexOnNewTable { get; set; }
Property Value
bool
AddsNewTable
Declaration
public bool AddsNewTable { get; set; }
Property Value
bool
AddsOther
Declaration
public bool AddsOther { get; set; }
Property Value
bool
AddsPKConstraintOnExistingTable
Declaration
public bool AddsPKConstraintOnExistingTable { get; set; }
Property Value
bool
AddsPKConstraintOnNewTable
Declaration
public bool AddsPKConstraintOnNewTable { get; set; }
Property Value
bool
HasScript
Declaration
public bool HasScript { get; }
Property Value
bool
IsComplex
Declaration
public bool IsComplex { get; }
Property Value
bool
IsExtending
Declaration
public bool IsExtending { get; }
Property Value
bool
IsTrivial
Declaration
public bool IsTrivial { get; }
Property Value
bool
ModifiesColumnOnExistingTable
Declaration
public bool ModifiesColumnOnExistingTable { get; set; }
Property Value
bool
ModifiesOther
Declaration
public bool ModifiesOther { get; set; }
Property Value
bool
RemovesColumnOnExistingTable
Declaration
public bool RemovesColumnOnExistingTable { get; set; }
Property Value
bool
RemovesFKConstraintFromExistingTable
Declaration
public bool RemovesFKConstraintFromExistingTable { get; set; }
Property Value
bool
RemovesIndexOnExistingTable
Declaration
public bool RemovesIndexOnExistingTable { get; set; }
Property Value
bool
RemovesPKConstraintFromExistingTable
Declaration
public bool RemovesPKConstraintFromExistingTable { get; set; }
Property Value
bool
RemovesTable
Declaration
public bool RemovesTable { get; set; }
Property Value
bool
Script
Declaration
public string Script { get; }
Property Value
string
ScriptSeparator
Declaration
public string ScriptSeparator { get; set; }
Property Value
string
Statements
Declaration
public string[] Statements { get; set; }
Property Value
string[]
UsesTemporaryTable
Declaration
public bool UsesTemporaryTable { get; set; }
Property Value
bool