Edit

JET_COLUMNDEF.ToString method

Returns a String that represents the current JET_COLUMNDEF.

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

Syntax

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

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

Return value

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

See also

Reference

JET_COLUMNDEF class

JET_COLUMNDEF members

Microsoft.Isam.Esent.Interop namespace