Table of Contents

Class SchemaItem

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Represents a schema item, actually only table and view is supported.

public class SchemaItem
Inheritance
SchemaItem
Inherited Members
Extension Methods

Constructors

SchemaItem()

Constructor

public SchemaItem()

Properties

Name

The name of this table or view schema item.

public string Name { get; set; }

Property Value

string

SqlText

Gets or sets the sql statement text of the item.

public string SqlText { get; set; }

Property Value

string

Methods

ToString()

Returns a string representation of this instance.

public override string ToString()

Returns

string