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

Contains a collection of Column classes.
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Column column ) : void

Adds a new column

Remove ( Column column ) : void

Removes the specified column.

Script ( ) : string

Translates this list of columns into SQL script.

메소드 상세

Add() 공개 메소드

Adds a new column
public Add ( Column column ) : void
column Column The column.
리턴 void

Remove() 공개 메소드

Removes the specified column.
public Remove ( Column column ) : void
column Column The column.
리턴 void

Script() 공개 메소드

Translates this list of columns into SQL script.
public Script ( ) : string
리턴 string