[Missing <summary> documentation for "E:NHibernate.Mapping.ByCode.ModelMapper.BeforeMapOneToMany"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public event OneToManyMappingHandler BeforeMapOneToMany  | 
| Visual Basic | 
|---|
Public Event BeforeMapOneToMany As OneToManyMappingHandler  | 
| Visual C++ | 
|---|
public: event OneToManyMappingHandler^ BeforeMapOneToMany { void add (OneToManyMappingHandler^ value); void remove (OneToManyMappingHandler^ value); }  |