dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlBlob Class

PgSqlBlob Class Properties

For a list of all members of this type, see PgSqlBlob members.

Public Properties
 NameDescription
Public PropertyOverridden. Gets a value indicating whether the PgSqlBlob stream can be read.  
Public PropertyOverridden. Gets a value indicating whether forward and backward seek operations can be performed.  
Public PropertyGets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream)
Public PropertyOverridden. Gets a value indicating whether the PgSqlBlob object supports writing.  
Public PropertyGets a value indicating whether the PgSqlBlob is empty or not.  
Public PropertyGets a value indicating whether the PgSqlBlob is a Null stream.  
Public PropertyOverridden. Gets the size of the PgSqlBlob.  
Public PropertyOverridden. Gets the current read position in the PgSqlBlob stream.  
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream)
Public PropertyGets the value of the PgSqlBlob object.  
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream)
Top
See Also