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

Represents a table
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Translates this table into a SQL script
public Script ( ) : string
Résultat string

Table() public méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string