RelationalCommandBuilderExtensions.AppendLine Methode

Definition

Überlädt

AppendLine(IRelationalCommandBuilder)

Fügt eine leere Zeile an den Befehlstext an.

AppendLine(IRelationalCommandBuilder, String)

Fügt ein -Objekt an den Befehlstext in einer neuen Zeile an.

AppendLine(IRelationalCommandBuilder, Object)

Fügt ein -Objekt an den Befehlstext in einer neuen Zeile an.

AppendLine(IRelationalCommandBuilder)

Fügt eine leere Zeile an den Befehlstext an.

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

Parameter

commandBuilder
IRelationalCommandBuilder

Der Befehls-Generator.

Gibt zurück

Derselbe Generator instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für:

AppendLine(IRelationalCommandBuilder, String)

Fügt ein -Objekt an den Befehlstext in einer neuen Zeile an.

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

Parameter

commandBuilder
IRelationalCommandBuilder

Der Befehls-Generator.

value
String

Das zu schreibende Objekt.

Gibt zurück

Derselbe Generator instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für:

AppendLine(IRelationalCommandBuilder, Object)

Fügt ein -Objekt an den Befehlstext in einer neuen Zeile an.

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

Parameter

commandBuilder
IRelationalCommandBuilder

Der Befehls-Generator.

ovalue
Object

Das zu schreibende Objekt.

Gibt zurück

Derselbe Generator instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für: