Skip to content

Commit c05df36

Browse files
author
mtx48109
committed
toc link adjustment
1 parent 30135a4 commit c05df36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/data/oledb/caccessorrowset-class.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ class CAccessorRowset : public TAccessor, public TRowset<TAccessor>
4343
4444
|||
4545
|-|-|
46-
|[Bind](../../data/oledb/caccessorrowset-bind.md)|Creates bindings (used when `bBind` is specified as **false** in [CCommand::Open](../../data/oledb/ccommand-open.md)).|
47-
|[CAccessorRowset](../../data/oledb/caccessorrowset-caccessorrowset.md)|Constructor.|
48-
|[Close](../../data/oledb/caccessorrowset-close.md)|Closes the rowset and any accessors.|
49-
|[FreeRecordMemory](../../data/oledb/caccessorrowset-freerecordmemory.md)|Frees any columns in the current record that need to be freed.|
50-
|[GetColumnInfo](../../data/oledb/caccessorrowset-getcolumninfo.md)|Implements [IColumnsInfo::GetColumnInfo](https://msdn.microsoft.com/en-us/library/ms722704.aspx).|
46+
|[Bind](#bind)|Creates bindings (used when `bBind` is specified as **false** in [CCommand::Open](../../data/oledb/ccommand-open.md)).|
47+
|[CAccessorRowset](#caccessorrowset)|Constructor.|
48+
|[Close](#close)|Closes the rowset and any accessors.|
49+
|[FreeRecordMemory](#freerecordmemory)|Frees any columns in the current record that need to be freed.|
50+
|[GetColumnInfo](#getcolumninfo)|Implements [IColumnsInfo::GetColumnInfo](https://msdn.microsoft.com/en-us/library/ms722704.aspx).|
5151
5252
## Remarks
5353
Class `TAccessor` manages the accessor. Class *TRowset* manages the rowset.

0 commit comments

Comments
 (0)