You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data/oledb/crowset-class.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ class CRowset
83
83
|[SetData](#setdata)|Sets data values in one or more columns of a row using [IRowsetChange:SetData](https://msdn.microsoft.com/library/ms721232.aspx).|
84
84
|[Undo](#undo)|Undoes any changes made to a row since the last fetch or [Update](../../data/oledb/crowset-update.md).|
85
85
|[Update](#update)|Transmits any pending changes made to the current row since the last fetch or update.|
86
-
|[UpdateAll](#udpateall)|Transmits any pending changes made to all rows since the last fetch or update.|
86
+
|[UpdateAll](#updateall)|Transmits any pending changes made to all rows since the last fetch or update.|
87
87
88
88
## Remarks
89
89
In OLE DB, a rowset is the object through which a program sets and retrieves data.
0 commit comments