Edit

JET_TABLECREATE.szCallback property

Gets or sets a callback function to use for the table. This is in the form "module!functionName", and assumes unmanaged code. See JetRegisterCallback(JET_SESID, JET_TABLEID, JET_cbtyp, JET_CALLBACK, IntPtr, JET_HANDLE) for an alternative.

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

Syntax

'Declaration
Public Property szCallback As String
    Get
    Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As String

value = instance.szCallback

instance.szCallback = value
public string szCallback { get; set; }

Property value

Type: System.String

See also

Reference

JET_TABLECREATE class

JET_TABLECREATE members

Microsoft.Isam.Esent.Interop namespace