Advanced.Data.Provider Documentation

IAdpDataAdapter.InsertCommand Property

[This is preliminary documentation and subject to change.]

Gets or sets an SQL statement used to insert new records into the data source.

[Visual Basic]
Property InsertCommand As AdpCommand
[C#]
AdpCommand InsertCommand {get; set;}

See Also

IAdpDataAdapter Interface | Advanced.Data.Provider Namespace