C# Class DotNetWorkQueue.Transport.SQLite.Schema.Default

Represents a default value for a column
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Default ( string name, string value )

Initializes a new instance of the Default class.

Script ( ) : string

Translates this default into a SQL script

Method Details

Default() public méthode

Initializes a new instance of the Default class.
public Default ( string name, string value )
name string The name.
value string The value.

Script() public méthode

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