[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.IJoinMapper`1"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public interface IJoinMapper<TEntity> : IJoinAttributesMapper<TEntity>, IEntitySqlsMapper, ICollectionPropertiesContainerMapper<TEntity>, IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer> where TEntity : class |
| Visual Basic |
|---|
Public Interface IJoinMapper(Of TEntity As Class) _ Inherits IJoinAttributesMapper(Of TEntity), IEntitySqlsMapper, ICollectionPropertiesContainerMapper(Of TEntity), _ IBasePlainPropertyContainerMapper(Of TContainer), IMinimalPlainPropertyContainerMapper(Of TContainer) |
| Visual C++ |
|---|
generic<typename TEntity> where TEntity : ref class public interface class IJoinMapper : IJoinAttributesMapper<TEntity>, IEntitySqlsMapper, ICollectionPropertiesContainerMapper<TEntity>, IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer> |
Type Parameters
- TEntity
[Missing <typeparam name="TEntity"/> documentation for "T:NHibernate.Mapping.ByCode.IJoinMapper`1"]