'Declaration Public Property ReadAhead As Boolean
'Usage Dim instance As TdConnectionStringBuilder Dim value As Boolean instance.ReadAhead = value value = instance.ReadAhead
public bool ReadAhead {get; set;}
'Declaration Public Property ReadAhead As Boolean
'Usage Dim instance As TdConnectionStringBuilder Dim value As Boolean instance.ReadAhead = value value = instance.ReadAhead
public bool ReadAhead {get; set;}
This behavior is enabled by default. If an application wishes to disable this setting, ReadAhead should be set to false.
Default Value: true
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |