UpdateSqlGenerator.AppendDeleteCommandHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a SQL fragment for starting a DELETE
.
protected virtual void AppendDeleteCommandHeader (System.Text.StringBuilder commandStringBuilder, string name, string schema);
protected virtual void AppendDeleteCommandHeader (System.Text.StringBuilder commandStringBuilder, string name, string? schema);
abstract member AppendDeleteCommandHeader : System.Text.StringBuilder * string * string -> unit
override this.AppendDeleteCommandHeader : System.Text.StringBuilder * string * string -> unit
Protected Overridable Sub AppendDeleteCommandHeader (commandStringBuilder As StringBuilder, name As String, schema As String)
Parameters
- commandStringBuilder
- StringBuilder
The builder to which the SQL should be appended.
- name
- String
The name of the table.
- schema
- String
The table schema, or null
to use the default schema.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework