ISqlGenerationHelper.DelimitIdentifier Method
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.
DelimitIdentifier(String) |
Generates the delimited SQL representation of an identifier (column name, table name, etc.). |
DelimitIdentifier(String, String) |
Generates the delimited SQL representation of an identifier (column name, table name, etc.). |
DelimitIdentifier(StringBuilder, String) |
Writes the delimited SQL representation of an identifier (column name, table name, etc.). |
DelimitIdentifier(StringBuilder, String, String) |
Writes the delimited SQL representation of an identifier (column name, table name, etc.). |
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
Generates the delimited SQL representation of an identifier (column name, table name, etc.).
public string DelimitIdentifier (string identifier);
abstract member DelimitIdentifier : string -> string
Public Function DelimitIdentifier (identifier As String) As String
Parameters
- identifier
- String
The identifier to delimit.
Returns
The generated string.
Applies to
Entity Framework Core 9.0 and other versions
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
Generates the delimited SQL representation of an identifier (column name, table name, etc.).
public string DelimitIdentifier (string name, string schema);
public string DelimitIdentifier (string name, string? schema);
abstract member DelimitIdentifier : string * string -> string
Public Function DelimitIdentifier (name As String, schema As String) As String
Parameters
- name
- String
The identifier to delimit.
- schema
- String
The schema of the identifier.
Returns
The generated string.
Applies to
Entity Framework Core 9.0 and other versions
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
Writes the delimited SQL representation of an identifier (column name, table name, etc.).
public void DelimitIdentifier (System.Text.StringBuilder builder, string identifier);
abstract member DelimitIdentifier : System.Text.StringBuilder * string -> unit
Public Sub DelimitIdentifier (builder As StringBuilder, identifier As String)
Parameters
- builder
- StringBuilder
The StringBuilder to write generated string to.
- identifier
- String
The identifier to delimit.
Applies to
Entity Framework Core 9.0 and other versions
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
- Source:
- ISqlGenerationHelper.cs
Writes the delimited SQL representation of an identifier (column name, table name, etc.).
public void DelimitIdentifier (System.Text.StringBuilder builder, string name, string schema);
public void DelimitIdentifier (System.Text.StringBuilder builder, string name, string? schema);
abstract member DelimitIdentifier : System.Text.StringBuilder * string * string -> unit
Public Sub DelimitIdentifier (builder As StringBuilder, name As String, schema As String)
Parameters
- builder
- StringBuilder
The StringBuilder to write generated string to.
- name
- String
The identifier to delimit.
- schema
- String
The schema of the identifier.
Applies to
Entity Framework Core 9.0 and other versions
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: