dotConnect for FreshBooks Documentation
Devart.Common Namespace / DbCommandBase Class / UpdatedRowSource Property

UpdatedRowSource Property
Gets or sets how command results are applied to the System.Data.DataRow when used by the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) method of the System.Data.Common.DbDataAdapter.
Syntax
'Declaration
 
Public Overrides Property UpdatedRowSource As UpdateRowSource
 

Property Value

One of the System.Data.UpdateRowSource values.
Remarks
The default System.Data.UpdateRowSource value is Both unless the command is automatically generated (i.e. by DbCommandBuilder), in which case the default is None.
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