API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > getDataLink Method > OdDbTable::getDataLink Method (OdInt32, OdInt32, OdDb::OpenMode)
OdDbTable::getDataLink Method (OdInt32, OdInt32, OdDb::OpenMode)
Syntax
C++
OdDbDataLinkPtr getDataLink(OdInt32 row, OdInt32 col, OdDb::OpenMode mode) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  
OdDb::OpenMode mode 
[in] Open mode.  

Data link.

Opens and returns the data link (OdDbDataLink) for the specified row and column. 

 

Open mode should take one of the following values: 

 

Name 
Value 
kNotOpen 
-1 
kForRead 
kForWrite 
kForNotify 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.