Knight Data Access Layer
AfterRead Property (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : AfterRead Property
Set to intercept an object after it is read
Syntax
Public Property AfterRead As IRecordHook
Dim instance As DataHelper
Dim value As IRecordHook
 
instance.AfterRead = value
 
value = instance.AfterRead
public IRecordHook AfterRead {get; set;}
public: __property IRecordHook* get_AfterRead();
public: __property void set_AfterRead( 
   IRecordHook* value
);
public:
property IRecordHook^ AfterRead {
   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