我有一個包含許多字段(id,label,reference,key_product,...)的產品表,key_product是一個加密值。 在產品型號我exchangeArray功能,除了正常的,當涉及到key_product我不喜歡這樣: public function exchangeArray($data){
$this->key_product = (isset($data[
我試圖從後端動態更改字段值,但看起來像沒有保存更改。 代碼 item是從主數據庫提取的。 using (new EditContext(item))
{
item.Editing.BeginEdit();
try
{
//Value is updated here from "" to Test
item.Fields["C