Knight Data Access Layer
BeforeInsert Property (ObjectCrud)




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