Name | Description | |
---|---|---|
![]() | MySqlText Constructor | Overloaded. Initializes a new instance of the MySqlText class. |
The following tables list the members exposed by MySqlText.
Name | Description | |
---|---|---|
![]() | MySqlText Constructor | Overloaded. Initializes a new instance of the MySqlText class. |
Name | Description | |
---|---|---|
![]() ![]() | Null | Represents a null value that can be assigned to the Value property of the MySqlText object. |
Name | Description | |
---|---|---|
![]() | CanRead | Gets a value indicating whether the MySqlBlob stream can be read. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | CanSeek | Gets a value indicating whether forward and backward seek operations can be performed. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Gets a value indicating whether the MySqlBlob object supports writing. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | IsEmpty | Gets a value indicating whether the MySqlBlob is empty or not. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | IsNull | Gets a value indicating whether the MySqlBlob is a Null stream. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | Length | Gets the size of the MySqlBlob. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | Position | Gets the current read position in the MySqlBlob stream. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | Value | Gets the string that is stored in the specified MySqlText 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 MySqlBlob object. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | Close | Closes the current stream and releases any resources associated with it. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | CompareTo | Overloaded. Compares the current MySqlBlob object to the specified MySqlBlob object and returns an integer that represents their relative values. |
![]() | 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.MySql.MySqlBlob) |
![]() | EndRead | (Inherited from System.IO.Stream) |
![]() | EndWrite | (Inherited from System.IO.Stream) |
![]() | Equals | Compares the specified object parameter to the MySqlText value. |
![]() | Flush | Flush/write all buffers for the current MySqlBlob. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | GetHashCode | Returns the hash code for this MySqlText instance. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Reads a sequence of bytes from the current MySqlBlob stream and advances the position within the stream by the number of bytes read. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadByte | (Inherited from System.IO.Stream) |
![]() | Seek | Sets the position on the current MySqlBlob stream. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | SetLength | Sets length for MySqlBlob value. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | ToString | Overridden. Gets the string representation of the MySqlText object. |
![]() | Write | Writes a sequence of bytes to the current MySqlBlob stream, and advances the current position within this stream by the number of bytes written. (Inherited from Devart.Data.MySql.MySqlBlob) |
![]() | WriteAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | WriteByte | (Inherited from System.IO.Stream) |