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