Api.GetColumnDictionary 方法

创建一个字典,用于将列名映射到其列 ID。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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
)

parameters

返回值

类型: System.Collections.Generic.IDictionary<字符串JET_COLUMNID>
将列名映射到列 ID 的字典。

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间