Knight Data Access Layer
ProcessRecordHook Method




KellermanSoftware.NetDataAccessLayer Namespace > IRecordHook Interface : ProcessRecordHook Method
The table mapping
The object for the event
Process a record hook
Syntax
Sub ProcessRecordHook( _
   ByVal table As Table, _
   ByVal objectValue As Object _
) 
Dim instance As IRecordHook
Dim table As Table
Dim objectValue As Object
 
instance.ProcessRecordHook(table, objectValue)
void ProcessRecordHook( 
   Table table,
   object objectValue
)
void ProcessRecordHook( 
   Table* table,
   Object* objectValue
) 
void ProcessRecordHook( 
   Table^ table,
   Object^ objectValue
) 

Parameters

table
The table mapping
objectValue
The object for the event
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRecordHook Interface
IRecordHook Members