Edit

JET_INDEX_COLUMN.ToString method

Returns a String that represents the current JET_INDEX_COLUMN.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As JET_INDEX_COLUMN
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
A String that represents the current JET_INDEX_COLUMN.

See also

Reference

JET_INDEX_COLUMN class

JET_INDEX_COLUMN members

Microsoft.Isam.Esent.Interop.Windows8 namespace