共用方式為


ModificationCommand.ProcessSinglePropertyJsonUpdate 方法

定義

執行對應至單一屬性 JSON 更新之資料行修改所需的處理。

protected virtual void ProcessSinglePropertyJsonUpdate (ref Microsoft.EntityFrameworkCore.Update.ColumnModificationParameters parameters);
abstract member ProcessSinglePropertyJsonUpdate : ColumnModificationParameters -> unit
override this.ProcessSinglePropertyJsonUpdate : ColumnModificationParameters -> unit
Protected Overridable Sub ProcessSinglePropertyJsonUpdate (ByRef parameters As ColumnModificationParameters)

參數

備註

根據預設,字串、數數值型別和 bool 會以一般關聯式參數的形式傳送,因為負責修補 JSON 檔的資料庫函式支援此功能。 其他類型會透過一般方式轉換成 JSON,並以字串參數形式傳送。

適用於