C# Class DotNetWorkQueue.Transport.PostgreSQL.Schema.Table

Represents a table
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
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.

Method Details

Script() public method

Translates this table into a SQL script
public Script ( ) : string
return string

Table() public method

Initializes a new instance of the Table class.
public Table ( string name ) : System.Collections.Generic
name string The name.
return System.Collections.Generic

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string