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

Represents a default value for a column
ファイルを表示 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method 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 method

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

Script() public method

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