Data Port Sync 1.0.500

SqlCeCommand.UpdatedRowSource Property

[This is preliminary documentation and subject to change.]

Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter. This property should not be used with the .NET Compact Framework data provider for SQL Server CE.

[Visual Basic]
Overrides Public Property UpdatedRowSource As  _
    Implements IDbCommand.
[C#]
public override  UpdatedRowSource {get; set;}

Implements

IDbCommand.

See Also

SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace