UpdateSqlGenerator.AppendSqlLiteral 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 的 modification
常值附加至 所 commandStringBuilder
建置的命令。
protected static void AppendSqlLiteral (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IColumnModification modification, string? tableName, string? schema);
static member AppendSqlLiteral : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IColumnModification * string * string -> unit
Protected Shared Sub AppendSqlLiteral (commandStringBuilder As StringBuilder, modification As IColumnModification, tableName As String, schema As String)
參數
- commandStringBuilder
- StringBuilder
應該附加 SQL 片段的產生器。
- modification
- IColumnModification
應該附加其常值的資料行修改。
- tableName
- String
擲回例外狀況時所使用的資料行資料表名稱。
- schema
- String
擲回例外狀況時所使用的資料行架構。