Click or drag to resize
DataProviderAcceptChangesDuringUpdate Property
Restituisce o imposta un valore che indica se deve essere eseguito il metodo AcceptChanges sulle DataTables nel momento in cui le modifiche sono state inviate ai database.

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public bool AcceptChangesDuringUpdate { get; set; }

Return Value

Type: Boolean
True se il metodo AcceptChanges deve essere eseguito (Predefinito), altrimenti False.
See Also