Api.RetrieveColumnAsInt32 method
Include protected members
Include inherited members
Overload list
Name | Description | |
---|---|---|
RetrieveColumnAsInt32(JET_SESID, JET_TABLEID, JET_COLUMNID) | Retrieves a single column value from the current record. The record is that record associated with the index entry at the current position of the cursor. | |
RetrieveColumnAsInt32(JET_SESID, JET_TABLEID, JET_COLUMNID, RetrieveColumnGrbit) | Retrieves an int32 column value from the current record. The record is that record associated with the index entry at the current position of the cursor. |
Top