This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class DatabaseStream
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class DatabaseStream

The type exposes the following properties.

Public Properties

  Name Description
Public property CanRead
Gets a value indicating whether the current stream supports reading.
(Overrides Stream..::CanRead.)
Public property CanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream..::CanSeek.)
Public property CanTimeout
Gets a value that determines whether the current stream can time out.
(Overrides Stream..::CanTimeout.)
Public property CanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides Stream..::CanWrite.)
Public property Length
Gets the length in bytes of the stream.
(Overrides Stream..::Length.)
Public property Position
Gets or sets the position within the current stream.
(Overrides Stream..::Position.)
Public property ReadTimeout (Inherited from Stream.)
Public property WriteTimeout (Inherited from Stream.)

See Also

Advanced