Inheritance: DataClientAction, IAddCommentColumnOrTable, IAddCommentToColumn
Esempio n. 1
0
 public IAddCommentColumnOrTable Comment(string comment)
 {
     var action = new AddComment(_dataClient, comment);
     FireOnAction(action);
     return action;
 }