| | |
| | | Model = (di["Model"] ?? "").ToString(), |
| | | Input = (di["Input"] ?? "").ToString(), |
| | | Display = (di["Display"] ?? "").ToString(), |
| | | OutPut = (di[" OutPut"] ?? "").ToString(), |
| | | OutPut = (di["OutPut"] ?? "").ToString(), |
| | | Power = (di["Power"] ?? "").ToString(), |
| | | Accuracy = (di["Accuracy"] ?? "").ToString(), |
| | | Remark = (di["Remark"] ?? "").ToString(), |
| | |
| | | .WhereColumns(t => new { t.ID, t.GHOST_ROW }) |
| | | .ToStorage(); |
| | | s.AsInsertable.ExecuteCommand(); |
| | | s.AsUpdateable.IgnoreColumns(x => x.ID).ExecuteCommand(); |
| | | s.AsUpdateable.ExecuteCommand(); |
| | | } |
| | | } |
| | | if (itemExts.Any()) |