Advanced.Data.Provider Documentation

AdpDataAdapter.InsertCommand Property

[This is preliminary documentation and subject to change.]

Gets or sets a Transact-SQL statement or stored procedure to insert new records into the data source.

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

Implements

IAdpDataAdapter.InsertCommand

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace