Gets or sets the maximum number of data set objects that can be used simultaneously for fetching data by different threads on a server. PoolSize = 0 means object pool is disabled.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] [XmlAttributeAttribute] public int PoolSize { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute()> _ <XmlAttributeAttribute> _ Public Property PoolSize As Integer Get Set |
Remarks
The default value for this property is 10.