コード例 #1
0
 private void UpdateOneValue()
 {
     m_dbFactory.Update.UpdateOneValue("TestTbl", "Name", "Update by OneValue", ConvertionHelper.WHERE("Text", "Updates always the first row"));
 }