MigrationCommandListBuilder.AppendLine Yöntem

Tanım

Aşırı Yüklemeler

AppendLine()

Komutun üzerinde yeni bir satır başlatır.

AppendLine(Object)

Verilen nesneyi (dize olarak) oluşturma komutuna ekler ve ardından yeni bir satır başlatır.

AppendLine(String)

Verilen dizeyi, yerleşik komutuna ekler ve ardından yeni bir satır başlatır.

AppendLine()

Komutun üzerinde yeni bir satır başlatır.

public virtual Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder AppendLine ();
abstract member AppendLine : unit -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
override this.AppendLine : unit -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
Public Overridable Function AppendLine () As MigrationCommandListBuilder

Döndürülenler

MigrationCommandListBuilder

Bu oluşturucu, ek çağrılar zincirleme şekilde.

Şunlara uygulanır

AppendLine(Object)

Verilen nesneyi (dize olarak) oluşturma komutuna ekler ve ardından yeni bir satır başlatır.

public virtual Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder AppendLine (object o);
abstract member AppendLine : obj -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
override this.AppendLine : obj -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
Public Overridable Function AppendLine (o As Object) As MigrationCommandListBuilder

Parametreler

o
Object

Eklenecek nesne.

Döndürülenler

MigrationCommandListBuilder

Bu oluşturucu, ek çağrılar zincirleme şekilde.

Şunlara uygulanır

AppendLine(String)

Verilen dizeyi, yerleşik komutuna ekler ve ardından yeni bir satır başlatır.

public virtual Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder AppendLine (string value);
abstract member AppendLine : string -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
override this.AppendLine : string -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
Public Overridable Function AppendLine (value As String) As MigrationCommandListBuilder

Parametreler

value
String

Eklenecek dize.

Döndürülenler

MigrationCommandListBuilder

Bu oluşturucu, ek çağrılar zincirleme şekilde.

Şunlara uygulanır