Exemplo n.º 1
0
 public abstract string GetSetDataComand(StorageDataModel <object> model);
Exemplo n.º 2
0
 protected virtual string GetColumnsDelimitedList(StorageDataModel <object> model)
 {
     return(string.Join(ComandColumnsDelimiter, model.Data.Select(item => item.Key).ToArray()));
 }