[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmList.BatchSize"]
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; } |