C# Class Sharp.Data.Fluent.AddComment

Inheritance: DataClientAction, IAddCommentColumnOrTable, IAddCommentToColumn
Exibir arquivo Open project: sharpmigrations/sharpmigrations Class Usage Examples

Public Methods

Method Description
AddComment ( IDataClient dataClient, string comment )
OfTable ( string tableName ) : void
ReverseAction ( ) : DataClientAction
ToColumn ( string columnName ) : IAddCommentToColumn
ToTable ( string tableName ) : void

Protected Methods

Method Description
ExecuteInternal ( ) : void

Method Details

AddComment() public method

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

ExecuteInternal() protected method

protected ExecuteInternal ( ) : void
return void

OfTable() public method

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

ReverseAction() public method

public ReverseAction ( ) : DataClientAction
return DataClientAction

ToColumn() public method

public ToColumn ( string columnName ) : IAddCommentToColumn
columnName string
return IAddCommentToColumn

ToTable() public method

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