Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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