dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommand Class / UpdatedRowSource Property

UpdatedRowSource Property (SQLiteCommand)
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 value 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