Advanced.Data.Provider Documentation

AdpDataAdapter.UpdateCommand Property

[This is preliminary documentation and subject to change.]

Gets or sets a Transact-SQL statement or stored procedure used to update records in the data source.

[Visual Basic]
NotOverridable Public Property UpdateCommand As AdpCommand Implements _
   IAdpDataAdapter.UpdateCommand
[C#]
public AdpCommand UpdateCommand {get; set;}

Implements

IAdpDataAdapter.UpdateCommand

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace