Aracılığıyla paylaş


MigrationCommandListBuilder.AppendLine Yöntem

Tanım

Aşırı Yüklemeler

AppendLine()

Derlenen komutta yeni bir satır başlatır.

AppendLine(Object)

Verilen nesneyi (dize olarak) derlenen komuta ekler ve ardından yeni bir satır başlatır.

AppendLine(String)

Verilen dizeyi derlenen komuta ekler ve sonra yeni bir satır başlatır.

AppendLine()

Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs

Derlenen komutta 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

Ek çağrıların zincirlenebilmesi için bu oluşturucu.

Şunlara uygulanır

AppendLine(Object)

Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs

Verilen nesneyi (dize olarak) derlenen komuta 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

Ek çağrıların zincirlenebilmesi için bu oluşturucu.

Şunlara uygulanır

AppendLine(String)

Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs
Kaynak:
MigrationCommandListBuilder.cs

Verilen dizeyi derlenen komuta ekler ve sonra 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

Ek çağrıların zincirlenebilmesi için bu oluşturucu.

Şunlara uygulanır