RelationalCommandBuilderExtensions.AppendLine Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AppendLine(IRelationalCommandBuilder) |
Připojí k textu příkazu prázdný řádek. |
AppendLine(IRelationalCommandBuilder, String) |
Připojí objekt k textu příkazu na nový řádek. |
AppendLine(IRelationalCommandBuilder, Object) |
Připojí objekt k textu příkazu na nový řádek. |
AppendLine(IRelationalCommandBuilder)
Připojí k textu příkazu prázdný řádek.
public static Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder AppendLine (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder);
static member AppendLine : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
<Extension()>
Public Function AppendLine (commandBuilder As IRelationalCommandBuilder) As IRelationalCommandBuilder
Parametry
- commandBuilder
- IRelationalCommandBuilder
Tvůrce příkazů.
Návraty
Stejná instance tvůrce, aby bylo možné zřetězených více volání.
Platí pro
AppendLine(IRelationalCommandBuilder, String)
Připojí objekt k textu příkazu na nový řádek.
public static Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder AppendLine (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder, string value);
static member AppendLine : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder * string -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
<Extension()>
Public Function AppendLine (commandBuilder As IRelationalCommandBuilder, value As String) As IRelationalCommandBuilder
Parametry
- commandBuilder
- IRelationalCommandBuilder
Tvůrce příkazů.
- value
- String
Objekt, který se má zapsat.
Návraty
Stejná instance tvůrce, aby bylo možné zřetězených více volání.
Platí pro
AppendLine(IRelationalCommandBuilder, Object)
Připojí objekt k textu příkazu na nový řádek.
public static Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder AppendLine (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder, object o);
public static Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder AppendLine (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder, object value);
static member AppendLine : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder * obj -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
static member AppendLine : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder * obj -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
<Extension()>
Public Function AppendLine (commandBuilder As IRelationalCommandBuilder, o As Object) As IRelationalCommandBuilder
<Extension()>
Public Function AppendLine (commandBuilder As IRelationalCommandBuilder, value As Object) As IRelationalCommandBuilder
Parametry
- commandBuilder
- IRelationalCommandBuilder
Tvůrce příkazů.
- ovalue
- Object
Objekt, který se má zapsat.
Návraty
Stejná instance tvůrce, aby bylo možné zřetězených více volání.
Platí pro
Entity Framework