C# Class Sharp.Data.Fluent.RemoveComment

Inheritance: DataClientAction, IRemoveCommentFromColumnOrTable, IRemoveCommentFromColumn
Afficher le fichier Open project: sharpmigrations/sharpmigrations

Méthodes publiques

Méthode Description
FromColumn ( string column ) : IRemoveCommentFromColumn
FromTable ( string tableName ) : void
OfTable ( string tableName ) : void
RemoveComment ( IDataClient dataClient )

Méthodes protégées

Méthode Description
ExecuteInternal ( ) : void

Method Details

ExecuteInternal() protected méthode

protected ExecuteInternal ( ) : void
Résultat void

FromColumn() public méthode

public FromColumn ( string column ) : IRemoveCommentFromColumn
column string
Résultat IRemoveCommentFromColumn

FromTable() public méthode

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

OfTable() public méthode

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

RemoveComment() public méthode

public RemoveComment ( IDataClient dataClient )
dataClient IDataClient