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