[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ConventionModelMapper.IsTablePerClassHierarchy(System.Func{System.Type,System.Boolean,System.Boolean})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void IsTablePerClassHierarchy( Func<Type, bool, bool> match ) |
Visual Basic |
---|
Public Sub IsTablePerClassHierarchy ( _ match As Func(Of Type, Boolean, Boolean) _ ) |
Visual C++ |
---|
public: void IsTablePerClassHierarchy( Func<Type^, bool, bool>^ match ) |
Parameters
- match
- Type: System..::..Func<(Of <(<'Type, Boolean, Boolean>)>)>
[Missing <param name="match"/> documentation for "M:NHibernate.Mapping.ByCode.ConventionModelMapper.IsTablePerClassHierarchy(System.Func{System.Type,System.Boolean,System.Boolean})"]