SyncFullSchemaTable Class

Definition

Properties of the table in the database full schema.

public class SyncFullSchemaTable
type SyncFullSchemaTable = class
Public Class SyncFullSchemaTable
Inheritance
SyncFullSchemaTable

Constructors

SyncFullSchemaTable()

Initializes a new instance of the SyncFullSchemaTable class.

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

Initializes a new instance of the SyncFullSchemaTable class.

Properties

Columns

Gets list of columns in the table of database full schema.

ErrorId

Gets error id of the table.

HasError

Gets if there is error in the table.

Name

Gets name of the table.

QuotedName

Gets quoted name of the table.

Applies to