SyncFullSchemaTableColumn Class

Definition

Properties of the column in the table of database full schema.

public class SyncFullSchemaTableColumn
type SyncFullSchemaTableColumn = class
Public Class SyncFullSchemaTableColumn
Inheritance
SyncFullSchemaTableColumn

Constructors

SyncFullSchemaTableColumn()

Initializes a new instance of the SyncFullSchemaTableColumn class.

SyncFullSchemaTableColumn(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String)

Initializes a new instance of the SyncFullSchemaTableColumn class.

Properties

DataSize

Gets data size of the column.

DataType

Gets data type of the column.

ErrorId

Gets error id of the column.

HasError

Gets if there is error in the table.

IsPrimaryKey

Gets if it is the primary key of the table.

Name

Gets name of the column.

QuotedName

Gets quoted name of the column.

Applies to