AdomdDataAdapter.Update 方法
包括受保护的成员
包括继承的成员
This member is reserved for future use.
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
![]() |
Update(array<DataRow[]) | (从 DbDataAdapter 继承。) |
![]() |
Update(DataTable) | (从 DbDataAdapter 继承。) |
![]() |
Update(DataSet) | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified data set. (覆盖 DbDataAdapter.Update(DataSet)。) |
![]() |
Update(DataSet, String) | (从 DbDataAdapter 继承。) |
页首
异常
异常 | 条件 |
---|---|
System.NotSupportedException | The member is called. |