API. GetColumnDictionary, méthode
Crée un dictionnaire qui mappe les noms de colonnes à leurs ID de colonne.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : 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 de retour
Type : System. Collections. Generic. IDictionary<String, JET_COLUMNID>
Un dictionnaire qui mappe des noms de colonnes à des ID de colonne.