RelationalCommandBuilderExtensions.AppendLine Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AppendLine(IRelationalCommandBuilder) |
Добавляет пустую строку к тексту команды. |
AppendLine(IRelationalCommandBuilder, String) |
Добавляет объект к командному тексту в новой строке. |
AppendLine(IRelationalCommandBuilder, Object) |
Добавляет объект к командному тексту в новой строке. |
AppendLine(IRelationalCommandBuilder)
Добавляет пустую строку к тексту команды.
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
Параметры
- commandBuilder
- IRelationalCommandBuilder
Построитель команд.
Возвращаемое значение
Один и тот же экземпляр построителя, чтобы несколько вызовов можно было связать в цепочку.
Применяется к
AppendLine(IRelationalCommandBuilder, String)
Добавляет объект к командному тексту в новой строке.
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
Параметры
- commandBuilder
- IRelationalCommandBuilder
Построитель команд.
- value
- String
Записываемый объект.
Возвращаемое значение
Один и тот же экземпляр построителя, чтобы несколько вызовов можно было связать в цепочку.
Применяется к
AppendLine(IRelationalCommandBuilder, Object)
Добавляет объект к командному тексту в новой строке.
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
Параметры
- commandBuilder
- IRelationalCommandBuilder
Построитель команд.
- ovalue
- Object
Записываемый объект.
Возвращаемое значение
Один и тот же экземпляр построителя, чтобы несколько вызовов можно было связать в цепочку.
Применяется к
Entity Framework