Class
SchemaUpdateProperties

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public sealed class SchemaUpdateProperties

Inheritance: objectSchemaUpdateProperties

Constructors

SchemaUpdateProperties()

Declaration

cs-api-definition
public SchemaUpdateProperties()

Properties

CheckConstraint

Declaration

cs-api-definition
[Argument("Check constraints (default: True)")]
public bool CheckConstraint { get; set; }

Property Value

bool

CheckExtraColumns

Declaration

cs-api-definition
[Argument("Check extra columns (default: True)")]
public bool CheckExtraColumns { get; set; }

Property Value

bool

CheckExtraIndexes

Declaration

cs-api-definition
[Argument("Check extra columns (default: True)")]
public bool CheckExtraIndexes { get; set; }

Property Value

bool

CheckIndex

Declaration

cs-api-definition
[Argument("Check index definition (default: True)")]
public bool CheckIndex { get; set; }

Property Value

bool

CheckLength

Declaration

cs-api-definition
[Argument("Check column length (default: True)")]
public bool CheckLength { get; set; }

Property Value

bool

CheckNulls

Declaration

cs-api-definition
[Argument("Check null value setting (default: True)")]
public bool CheckNulls { get; set; }

Property Value

bool

CheckPK

Declaration

cs-api-definition
[Argument("Check primary key (default: True)")]
public bool CheckPK { get; set; }

Property Value

bool

CheckScale

Declaration

cs-api-definition
[Argument("Check column scale (default: True)")]
public bool CheckScale { get; set; }

Property Value

bool

CheckType

Declaration

cs-api-definition
[Argument("Check column type (default: True)")]
public bool CheckType { get; set; }

Property Value

bool