[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.ManyToOne``1(System.String,System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void ManyToOne<TProperty>( string notVisiblePropertyOrFieldName, Action<IManyToOneMapper> mapping ) where TProperty : class |
Visual Basic |
---|
Sub ManyToOne(Of TProperty As Class) ( _ notVisiblePropertyOrFieldName As String, _ mapping As Action(Of IManyToOneMapper) _ ) |
Visual C++ |
---|
generic<typename TProperty> where TProperty : ref class void ManyToOne( String^ notVisiblePropertyOrFieldName, Action<IManyToOneMapper^>^ mapping ) |
Parameters
- notVisiblePropertyOrFieldName
- Type: System..::..String
[Missing <param name="notVisiblePropertyOrFieldName"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.ManyToOne``1(System.String,System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]
- mapping
- Type: System..::..Action<(Of <(<'IManyToOneMapper>)>)>
[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.ManyToOne``1(System.String,System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]
Type Parameters
- TProperty
[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.ManyToOne``1(System.String,System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]