C# 클래스 DotNetWorkQueue.Transport.SQLite.Schema.Default

Represents a default value for a column
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Default ( string name, string value )

Initializes a new instance of the Default class.

Script ( ) : string

Translates this default into a SQL script

메소드 상세

Default() 공개 메소드

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

Script() 공개 메소드

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