Api.GetTableColumns-Methode (JET_SESID, JET_TABLEID)

Durchläuft alle Spalten in der Tabelle und gibt Informationen zu den einzelnen Spalten zurück.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Function GetTableColumns ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
) As IEnumerable(Of ColumnInfo)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IEnumerable(Of ColumnInfo)

returnValue = Api.GetTableColumns(sesid, _
    tableid)
public static IEnumerable<ColumnInfo> GetTableColumns(
    JET_SESID sesid,
    JET_TABLEID tableid
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<ColumnInfo>
Ein Iterator über ColumnInfo für jede Spalte in der Tabelle.

Siehe auch

Verweis

API-Klasse

API-Member

GetTableColumns-Überladung

Microsoft.Isam.Esent.Interop-Namespace