[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmClass.BatchSize"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Nullable<int> BatchSize { get; }
Visual Basic
Public ReadOnly Property BatchSize As Nullable(Of Integer)
	Get
Visual C++
public:
virtual property Nullable<int> BatchSize {
	Nullable<int> get () sealed;
}

Implements

IEntityMapping..::..BatchSize

See Also