Наследование: DataClientAction, IAddCommentColumnOrTable, IAddCommentToColumn
Пример #1
0
 public IAddCommentColumnOrTable Comment(string comment)
 {
     var action = new AddComment(_dataClient, comment);
     FireOnAction(action);
     return action;
 }