Click or drag to resize
DBSchemaRetrieverBatchSize Property
Gets the size of the batch into which the work is divided. This number should be lower than the maximum number of parameters a driver could take. The default implementation returns 100

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual int BatchSize { get; }

Property Value

Type: Int32
See Also