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