Condividi tramite


RelationalDatabase.SaveChanges Metodo

Definizione

Overload

SaveChanges(IList<IUpdateEntry>)

Rende persistenti le modifiche dalle voci fornite al database.

SaveChanges(IReadOnlyList<IUpdateEntry>)

Rende persistenti le modifiche dalle voci fornite al database.

SaveChanges(IList<IUpdateEntry>)

Rende persistenti le modifiche dalle voci fornite al database.

public override int SaveChanges (System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
override this.SaveChanges : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> int
Public Overrides Function SaveChanges (entries As IList(Of IUpdateEntry)) As Integer

Parametri

entries
IList<IUpdateEntry>

Voci che rappresentano le modifiche da rendere persistenti.

Restituisce

Numero di voci di stato salvate in modo permanente nel database.

Si applica a

SaveChanges(IReadOnlyList<IUpdateEntry>)

Rende persistenti le modifiche dalle voci fornite al database.

public override int SaveChanges (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
override this.SaveChanges : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> int
Public Overrides Function SaveChanges (entries As IReadOnlyList(Of IUpdateEntry)) As Integer

Parametri

entries
IReadOnlyList<IUpdateEntry>

Voci che rappresentano le modifiche da rendere persistenti.

Restituisce

Numero di voci di stato salvate in modo permanente nel database.

Si applica a