C# Class Sharp.Data.Fluent.RemoveComment

Inheritance: DataClientAction, IRemoveCommentFromColumnOrTable, IRemoveCommentFromColumn
显示文件 Open project: sharpmigrations/sharpmigrations

Public Methods

Method Description
FromColumn ( string column ) : IRemoveCommentFromColumn
FromTable ( string tableName ) : void
OfTable ( string tableName ) : void
RemoveComment ( IDataClient dataClient )

Protected Methods

Method Description
ExecuteInternal ( ) : void

Method Details

ExecuteInternal() protected method

protected ExecuteInternal ( ) : void
return void

FromColumn() public method

public FromColumn ( string column ) : IRemoveCommentFromColumn
column string
return IRemoveCommentFromColumn

FromTable() public method

public FromTable ( string tableName ) : void
tableName string
return void

OfTable() public method

public OfTable ( string tableName ) : void
tableName string
return void

RemoveComment() public method

public RemoveComment ( IDataClient dataClient )
dataClient IDataClient