Method | Description | |
---|---|---|
AfterInsert ( object instance, object executeScalarResult ) : void |
Invoked after the SqlQuery to insert the record for the instance has been executed.
|
|
BeforeInsert ( object instance ) : void |
Invoked before the SqlQuery to insert the record into the database is created.
|
public AfterInsert ( object instance, object executeScalarResult ) : void | ||
instance | object | The instance which has been inserted. |
executeScalarResult | object | The execute scalar result (the identifier value returned by the database
/// or null if the identifier is |
return | void |
public BeforeInsert ( object instance ) : void | ||
instance | object | The instance to be inserted. |
return | void |