Share via


AdomdDataAdapter.Update Method

Include Protected Members
Include Inherited Members

This member is reserved for future use.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Update(array<DataRow[]) (Inherited from DbDataAdapter.)
Public method Update(DataTable) (Inherited from DbDataAdapter.)
Public method Update(DataSet) Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified data set. (Overrides DbDataAdapter.Update(DataSet).)
Public method Update(DataSet, String) (Inherited from DbDataAdapter.)

Top

Exceptions

Exception Condition
System.NotSupportedException

The member is called.

See Also

Reference

AdomdDataAdapter Class

Microsoft.AnalysisServices.AdomdClient Namespace