[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.UnionSubclassMapper.BatchSize(System.Int32)"]

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

Syntax

C#
public void BatchSize(
	int value
)
Visual Basic
Public Sub BatchSize ( _
	value As Integer _
)
Visual C++
public:
virtual void BatchSize(
	int value
) sealed

Parameters

value
Type: System..::..Int32

[Missing <param name="value"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.UnionSubclassMapper.BatchSize(System.Int32)"]

Implements

IEntityAttributesMapper..::..BatchSize(Int32)

See Also