Knight Data Access Layer
AfterRead Property (IObjectCrud)




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

IObjectCrud Interface
IObjectCrud Members