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 Code |
---|---|
public class DatabaseStream |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DatabaseStream |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides Stream..::CanRead.) |
|
CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream..::CanSeek.) |
|
CanTimeout |
Gets a value that determines whether the current stream can time out.
(Overrides Stream..::CanTimeout.) |
|
CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides Stream..::CanWrite.) |
|
Length |
Gets the length in bytes of the stream.
(Overrides Stream..::Length.) |
|
Position |
Gets or sets the position within the current stream.
(Overrides Stream..::Position.) |
|
ReadTimeout | (Inherited from Stream.) | |
WriteTimeout | (Inherited from Stream.) |
See Also
Smartsite.Data Namespace