Condividi tramite


DbContextConfiguration.AutoDetectChangesEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se il DetectChanges() metodo viene chiamato automaticamente da metodi di DbContext e classi correlate. Il valore predefinito è true.

public bool AutoDetectChangesEnabled { get; set; }
member this.AutoDetectChangesEnabled : bool with get, set
Public Property AutoDetectChangesEnabled As Boolean

Valore della proprietà

true se deve essere chiamato automaticamente; in caso contrario, false.

Si applica a