Advanced.Data.Provider Documentation

AdpCommand.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 AdpDataAdapter.

[Visual Basic]
NotOverridable Public Property UpdatedRowSource As UpdateRowSource Implements _
   IDbCommand.UpdatedRowSource
[C#]
public System.Data.UpdateRowSource UpdatedRowSource {get; set;}

Implements

IDbCommand.UpdatedRowSource

See Also

AdpCommand Class | Advanced.Data.Provider Namespace