UpdateSqlGenerator.AppendFromClause(StringBuilder, String, String) 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 FROM
clause.
protected virtual void AppendFromClause (System.Text.StringBuilder commandStringBuilder, string name, string schema);
protected virtual void AppendFromClause (System.Text.StringBuilder commandStringBuilder, string name, string? schema);
abstract member AppendFromClause : System.Text.StringBuilder * string * string -> unit
override this.AppendFromClause : System.Text.StringBuilder * string * string -> unit
Protected Overridable Sub AppendFromClause (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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework