[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.IsTablePerConcreteClass(System.Func{System.Type,System.Boolean,System.Boolean})"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void IsTablePerConcreteClass(
	Func<Type, bool, bool> match
)
Visual Basic
Public Sub IsTablePerConcreteClass ( _
	match As Func(Of Type, Boolean, Boolean) _
)
Visual C++
public:
void IsTablePerConcreteClass(
	Func<Type^, bool, bool>^ match
)

Parameters

match
Type: System..::..Func<(Of <(<'Type, Boolean, Boolean>)>)>

[Missing <param name="match"/> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.IsTablePerConcreteClass(System.Func{System.Type,System.Boolean,System.Boolean})"]

See Also