C# Класс DotNetWorkQueue.Transport.PostgreSQL.Schema.Table

Represents a table
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Script ( ) : string

Translates this table into a SQL script

Table ( string name ) : System.Collections.Generic

Initializes a new instance of the Table class.

ToString ( ) : string

Returns a System.String that represents this instance.

Описание методов

Script() публичный Метод

Translates this table into a SQL script
public Script ( ) : string
Результат string

Table() публичный Метод

Initializes a new instance of the Table class.
public Table ( string name ) : System.Collections.Generic
name string The name.
Результат System.Collections.Generic

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string