C# Class Sharp.Data.Fluent.AddComment

Inheritance: DataClientAction, IAddCommentColumnOrTable, IAddCommentToColumn
Afficher le fichier Open project: sharpmigrations/sharpmigrations Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ExecuteInternal ( ) : void

Method Details

AddComment() public méthode

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

ExecuteInternal() protected méthode

protected ExecuteInternal ( ) : void
Résultat void

OfTable() public méthode

public OfTable ( string tableName ) : void
tableName string
Résultat void

ReverseAction() public méthode

public ReverseAction ( ) : DataClientAction
Résultat DataClientAction

ToColumn() public méthode

public ToColumn ( string columnName ) : IAddCommentToColumn
columnName string
Résultat IAddCommentToColumn

ToTable() public méthode

public ToTable ( string tableName ) : void
tableName string
Résultat void