Knight Data Access Layer
AfterRead Property (ObjectCrud)




KellermanSoftware.NetDataAccessLayer Namespace > ObjectCrud Class : AfterRead Property
Occurs after an object has been read from the database
Syntax
Public Property AfterRead As IRecordHook
Dim instance As ObjectCrud
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

ObjectCrud Class
ObjectCrud Members