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



Teradata.Client.Provider Namespace > TdStream Class : CanSeek Property
Gets a value indicating whether the TdStream object supports seeking.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property CanSeek As Boolean
'Usage
 
Dim instance As TdStream
Dim value As Boolean
 
value = instance.CanSeek
public override bool CanSeek {get;}
public:
property bool CanSeek {
   bool get() override;
}

Property Value

Seeking is not currently supported. Therefore, it will always return false.
Remarks
TdStream does not currently support seeking. Therefore, CanSeek property always returns false.
Requirements

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

See Also

Reference

TdStream Class
TdStream Members