'Declaration<ResCategoryAttribute("DataCategory_Update")> <System.ComponentModel.DefaultValueAttribute(True)> <ResDescriptionAttribute("DataAdapter_AcceptChangesDuringUpdate")> Public Property AcceptChangesDuringUpdate As System.Boolean
'UsageDim instance As VistaDBDataAdapter Dim value As System.Boolean instance.AcceptChangesDuringUpdate = value value = instance.AcceptChangesDuringUpdate
[ResCategory("DataCategory_Update")] [System.ComponentModel.DefaultValue(true)] [ResDescription("DataAdapter_AcceptChangesDuringUpdate")] public System.bool AcceptChangesDuringUpdate {get; set;}