Allows other frameworks to modify the ActiveRecordModel
before the generation of the NHibernate XML configuration.
As an example, this may be used to rewrite table names to
conform to an application-specific standard. Since the
configuration source is passed in, it is possible to
determine the underlying database type and make changes
if necessary.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public static event ModelsCreatedDelegate ModelsCreated |
See Also
ActiveRecordStarter Class
Castle.ActiveRecord Namespace