Api.GetTableNames method

Returns the names of the tables in the database.

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

Syntax

'Declaration
Public Shared Function GetTableNames ( _
    sesid As JET_SESID, _
    dbid As JET_DBID _
) As IEnumerable(Of String)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim returnValue As IEnumerable(Of String)

returnValue = Api.GetTableNames(sesid, _
    dbid)
public static IEnumerable<string> GetTableNames(
    JET_SESID sesid,
    JET_DBID dbid
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<String>
An iterator over the names of the tables in the database.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace