AcceptChangesDuringUpdate Property
Syntax
'Declaration <ResDescriptionAttribute("Whether or not Update will call DataRow.AcceptChanges.")> <ResCategoryAttribute("Update")> <System.ComponentModel.DefaultValueAttribute()> Public Property AcceptChangesDuringUpdate As System.Boolean
'Usage Dim instance As VistaDBDataAdapter Dim value As System.Boolean instance.AcceptChangesDuringUpdate = value value = instance.AcceptChangesDuringUpdate
[ResDescription("Whether or not Update will call DataRow.AcceptChanges.")] [ResCategory("Update")] [System.ComponentModel.DefaultValue()] public System.bool AcceptChangesDuringUpdate {get; set;}
public read-write property AcceptChangesDuringUpdate: System.Boolean;
ResDescriptionAttribute("Whether or not Update will call DataRow.AcceptChanges.") ResCategoryAttribute("Update") System.ComponentModel.DefaultValueAttribute() public function get,set AcceptChangesDuringUpdate : System.boolean
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also