次の方法で共有


UpdateSqlGenerator.AppendUpdateColumnValue メソッド

定義

更新される列に割り当てられている値を表す SQL フラグメントを追加します。

protected virtual void AppendUpdateColumnValue (Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper updateSqlGeneratorHelper, Microsoft.EntityFrameworkCore.Update.IColumnModification columnModification, System.Text.StringBuilder stringBuilder, string name, string? schema);
abstract member AppendUpdateColumnValue : Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper * Microsoft.EntityFrameworkCore.Update.IColumnModification * System.Text.StringBuilder * string * string -> unit
override this.AppendUpdateColumnValue : Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper * Microsoft.EntityFrameworkCore.Update.IColumnModification * System.Text.StringBuilder * string * string -> unit
Protected Overridable Sub AppendUpdateColumnValue (updateSqlGeneratorHelper As ISqlGenerationHelper, columnModification As IColumnModification, stringBuilder As StringBuilder, name As String, schema As String)

パラメーター

updateSqlGeneratorHelper
ISqlGenerationHelper

sql ジェネレーターの更新ヘルパー。

columnModification
IColumnModification

更新するデータを表す操作。

stringBuilder
StringBuilder

SQL を追加するビルダー。

name
String

テーブルの名前。

schema
String

テーブル スキーマ。既定 null のスキーマを使用する場合は 。

適用対象