Metodo Api.RetrieveColumnAsInt32 (JET_SESID, JET_TABLEID, JET_COLUMNID)
Recupera un singolo valore di colonna dal record corrente. Il record è il record associato alla voce di indice nella posizione corrente del cursore.
Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'Declaration
Public Shared Function RetrieveColumnAsInt32 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID _
) As Nullable(Of Integer)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Nullable(Of Integer)
returnValue = Api.RetrieveColumnAsInt32(sesid, _
tableid, columnid)
public static Nullable<int> RetrieveColumnAsInt32(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid
)
Parametri
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSessione da utilizzare.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursore da cui recuperare la colonna.
columnid
Tipo: Microsoft.Isam.Esent.Interop.JET_COLUMNIDColumnid da recuperare.
Valore restituito
Tipo: System.NullableInt32<>
Dati recuperati dalla colonna come int. Null se la colonna è Null.