Name | Description | |
---|---|---|
![]() | PgSqlText Constructor | Overloaded. Initializes a new instance of the PgSqlText class. |
The following tables list the members exposed by PgSqlText.
Name | Description | |
---|---|---|
![]() | PgSqlText Constructor | Overloaded. Initializes a new instance of the PgSqlText class. |
Name | Description | |
---|---|---|
![]() ![]() | Null | Represents a null value that can be assigned to the Value property of the PgSqlText object. |
Name | Description | |
---|---|---|
![]() | CanRead | Gets a value indicating whether the PgSqlBlob stream can be read. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | CanSeek | Gets a value indicating whether forward and backward seek operations can be performed. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Gets a value indicating whether the PgSqlBlob object supports writing. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | IsEmpty | Gets a value indicating whether the PgSqlBlob is empty or not. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | IsNull | Gets a value indicating whether the PgSqlBlob is a Null stream. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | Length | Gets the size of the PgSqlBlob. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | Position | Gets the current read position in the PgSqlBlob stream. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | Value | Gets the string that is stored in the specified PgSqlText object. |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() | Clone | Creates a copy of the current PgSqlBlob object. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | Close | Closes the current stream and releases any resources associated with it. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | CompareTo | Overloaded. |
![]() | CopyTo | Overloaded. (Inherited from System.IO.Stream) |
![]() | CopyToAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Releases all resources allocated by this object. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | EndRead | (Inherited from System.IO.Stream) |
![]() | EndWrite | (Inherited from System.IO.Stream) |
![]() | Equals | Overridden. Compares the specified object parameter to the PgSqlText value. |
![]() | Flush | Flush/write all buffers for the current PgSqlBlob. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | GetHashCode | Overridden. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Reads a sequence of bytes from the current PgSqlBlob stream and advances the position within the stream by the number of bytes read. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadByte | (Inherited from System.IO.Stream) |
![]() | Seek | Sets the position on the current PgSqlBlob stream. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | SetLength | Sets length for PgSqlBlob value. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | ToString | Overridden. Gets the string representation of the PgSqlText object. |
![]() | Write | Writes a sequence of bytes to the current PgSqlBlob stream, and advances the current position within this stream by the number of bytes written. (Inherited from Devart.Data.PostgreSql.PgSqlBlob) |
![]() | WriteAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | WriteByte | (Inherited from System.IO.Stream) |