Api.RetrieveColumnAsString method

Include protected members
Include inherited members

Overload list

  Name Description
Public methodStatic member RetrieveColumnAsString(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. The Unicode encoding is used.
Public methodStatic member RetrieveColumnAsString(JET_SESID, JET_TABLEID, JET_COLUMNID, Encoding) Retrieves a string column value from the current record. The record is that record associated with the index entry at the current position of the cursor.
Public methodStatic member RetrieveColumnAsString(JET_SESID, JET_TABLEID, JET_COLUMNID, Encoding, RetrieveColumnGrbit) Retrieves a string column value from the current record. The record is that record associated with the index entry at the current position of the cursor.

Top

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace