TABLE.Query.AddUpdateColumnWithValue(TABLESchema.列, "HELLO"); if (TABLE.Query.Load()) { TABLE.Query.Update(); TABLE.Save(); }