Send feedback on this topic.
Teradata.Client.Provider
ReadAhead Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : ReadAhead Property
Enables additional buffering of results, while the current buffer is consumed by an application. This is useful when executing queries that return large result sets.
Syntax
'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;}
public:
property bool ReadAhead {
   bool get();
   void set (    bool value);
}
Remarks

This behavior is enabled by default. If an application wishes to disable this setting, ReadAhead should be set to false.

Default Value: true

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members