Méthode Api.GetColumnDictionary
Crée un dictionnaire qui mappe les noms de colonnes à leurs ID de colonne.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Function GetColumnDictionary ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
) As IDictionary(Of String, JET_COLUMNID)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IDictionary(Of String, JET_COLUMNID)
returnValue = Api.GetColumnDictionary(sesid, _
tableid)
public static IDictionary<string, JET_COLUMNID> GetColumnDictionary(
JET_SESID sesid,
JET_TABLEID tableid
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSesid à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDTable pour laquelle récupérer les informations.
Valeur retournée
Type : Chaîne System.Collections.Generic.IDictionary<,JET_COLUMNID>
Dictionnaire mappant des noms de colonnes à des ID de colonne.