Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves columns into ColumnValue objects.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub RetrieveColumns ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
ParamArray values As ColumnValue() _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim values As ColumnValue()
Api.RetrieveColumns(sesid, tableid, _
values)
public static void RetrieveColumns(
JET_SESID sesid,
JET_TABLEID tableid,
params ColumnValue[] values
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor retrieve the data from. The cursor should be positioned on a record.
values
Type: []The values to retrieve.