| 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.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public bool AcceptChangesDuringUpdate { get; set; }
Public Property AcceptChangesDuringUpdate As Boolean
Get
Set
member AcceptChangesDuringUpdate : bool with get, set
Return Value
Type:
BooleanTrue se il metodo AcceptChanges deve essere eseguito (Predefinito), altrimenti False.
See Also