C# 클래스 Sharp.Data.Fluent.AddComment

상속: DataClientAction, IAddCommentColumnOrTable, IAddCommentToColumn
파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( IDataClient dataClient, string comment )
OfTable ( string tableName ) : void
ReverseAction ( ) : DataClientAction
ToColumn ( string columnName ) : IAddCommentToColumn
ToTable ( string tableName ) : void

보호된 메소드들

메소드 설명
ExecuteInternal ( ) : void

메소드 상세

AddComment() 공개 메소드

public AddComment ( IDataClient dataClient, string comment )
dataClient IDataClient
comment string

ExecuteInternal() 보호된 메소드

protected ExecuteInternal ( ) : void
리턴 void

OfTable() 공개 메소드

public OfTable ( string tableName ) : void
tableName string
리턴 void

ReverseAction() 공개 메소드

public ReverseAction ( ) : DataClientAction
리턴 DataClientAction

ToColumn() 공개 메소드

public ToColumn ( string columnName ) : IAddCommentToColumn
columnName string
리턴 IAddCommentToColumn

ToTable() 공개 메소드

public ToTable ( string tableName ) : void
tableName string
리턴 void