Condividi tramite


MigrationCommandListBuilder.Append Metodo

Definizione

Overload

Append(Object)

Aggiunge l'oggetto specificato (come stringa) al comando compilato.

Append(String)

Aggiunge la stringa specificata al comando in fase di compilazione.

Append(Object)

Origine:
MigrationCommandListBuilder.cs
Origine:
MigrationCommandListBuilder.cs
Origine:
MigrationCommandListBuilder.cs
Origine:
MigrationCommandListBuilder.cs

Aggiunge l'oggetto specificato (come stringa) al comando compilato.

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

Parametri

o
Object

Oggetto da accodare.

Restituisce

Questo generatore consente di concatenare chiamate aggiuntive.

Si applica a

Append(String)

Origine:
MigrationCommandListBuilder.cs
Origine:
MigrationCommandListBuilder.cs
Origine:
MigrationCommandListBuilder.cs
Origine:
MigrationCommandListBuilder.cs
Origine:
MigrationCommandListBuilder.cs

Aggiunge la stringa specificata al comando in fase di compilazione.

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

Parametri

o
String

Stringa da accodare.

Restituisce

Questo generatore consente di concatenare chiamate aggiuntive.

Si applica a