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.6.0.0 (5.6.19.0117)
Syntaxpublic virtual int BatchSize { get; }Public Overridable ReadOnly Property BatchSize As Integer
	Get
Property Value
Type: 
Int32
See Also