public static JetRetrieveColumn ( JET_SESID sesid, JET_TABLEID tableid, JET_COLUMNID columnid, byte data, int dataSize, int &actualDataSize, RetrieveColumnGrbit grbit, JET_RETINFO retinfo ) : JET_wrn | ||
sesid | JET_SESID | The session to use. |
tableid | JET_TABLEID | The cursor to retrieve the column from. |
columnid | JET_COLUMNID | The columnid to retrieve. |
data | byte | The data buffer to be retrieved into. |
dataSize | int | The size of the data buffer. |
actualDataSize | int | Returns the actual size of the data buffer. |
grbit | RetrieveColumnGrbit | Retrieve column options. |
retinfo | JET_RETINFO | /// If pretinfo is give as NULL then the function behaves as though an itagSequence /// of 1 and an ibLongValue of 0 (zero) were given. This causes column retrieval to /// retrieve the first value of a multi-valued column, and to retrieve long data at /// offset 0 (zero). /// |
return | JET_wrn |