Exemplo n.º 1
0
 public void EditRecord()
 {
     StnEntityHelper.UpdateRecord(UserConnection, EntityName, new Guid(Id), ColumnsCollection);
 }