Knight Data Access Layer
BeforeUpdate Property (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : BeforeUpdate Property
Set to intercept an object before a record is updated
Syntax
Public Property BeforeUpdate As IRecordHook
Dim instance As DataHelper
Dim value As IRecordHook
 
instance.BeforeUpdate = value
 
value = instance.BeforeUpdate
public IRecordHook BeforeUpdate {get; set;}
public: __property IRecordHook* get_BeforeUpdate();
public: __property void set_BeforeUpdate( 
   IRecordHook* value
);
public:
property IRecordHook^ BeforeUpdate {
   IRecordHook^ get();
   void set (    IRecordHook^ value);
}
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

DataHelper Class
DataHelper Members