ModificationCommand.ProcessSinglePropertyJsonUpdate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行對應至單一屬性 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)
參數
- parameters
- ColumnModificationParameters
備註
根據預設,字串、數數值型別和 bool 會以一般關聯式參數的形式傳送,因為負責修補 JSON 檔的資料庫函式支援此功能。 其他類型會透過一般方式轉換成 JSON,並以字串參數形式傳送。