Table of Contents

Class SqlRepositoryBase.TableItem

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

Represents a particular table.

public class SqlRepositoryBase.TableItem
Inheritance
SqlRepositoryBase.TableItem

Constructors

TableItem()

Initializes a new instance of the TableItem class with default settings.

TableItem(string)

Initializes a new instance of the TableItem class with specified table name.

Properties

Fields

Represents a collection of table's fields.

TableName

Gets or sets table's name.

Methods

OnTableNameChanged()