SqlFileStream.CanSeek Property

 

Gets a value indicating whether the current stream supports seeking.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public override bool CanSeek { get; }

Property Value

Type: System.Boolean

true if the current stream supports seeking; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: