Name | Description | |
---|---|---|
MySqlBlob Constructor | Overloaded. Initializes a new instance of the MySqlBlob class. |
The following tables list the members exposed by MySqlBlob.
Name | Description | |
---|---|---|
MySqlBlob Constructor | Overloaded. Initializes a new instance of the MySqlBlob class. |
Name | Description | |
---|---|---|
CanRead | Overridden. Gets a value indicating whether the MySqlBlob stream can be read. | |
CanSeek | Overridden. Gets a value indicating whether forward and backward seek operations can be performed. | |
CanTimeout | (Inherited from System.IO.Stream) | |
CanWrite | Overridden. Gets a value indicating whether the MySqlBlob object supports writing. | |
IsEmpty | Gets a value indicating whether the MySqlBlob is empty or not. | |
IsNull | Gets a value indicating whether the MySqlBlob is a Null stream. | |
Length | Overridden. Gets the size of the MySqlBlob. | |
Position | Overridden. Gets the current read position in the MySqlBlob stream. | |
ReadTimeout | (Inherited from System.IO.Stream) | |
Value | Gets the value of the MySqlBlob 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. | |
Close | Overridden. Closes the current stream and releases any resources associated with it. | |
CompareTo | Overloaded. Compares the current MySqlBlob object to the specified 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. | |
EndRead | (Inherited from System.IO.Stream) | |
EndWrite | (Inherited from System.IO.Stream) | |
Flush | Overridden. Flush/write all buffers for the current MySqlBlob. | |
FlushAsync | Overloaded. (Inherited from System.IO.Stream) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Read | Overridden. Reads a sequence of bytes from the current MySqlBlob stream and advances the position within the stream by the number of bytes read. | |
ReadAsync | Overloaded. (Inherited from System.IO.Stream) | |
ReadByte | (Inherited from System.IO.Stream) | |
Seek | Overridden. Sets the position on the current MySqlBlob stream. | |
SetLength | Overridden. Sets length for MySqlBlob value. | |
ToString | Converts the current MySqlBlob object to a System.String. | |
Write | Overridden. Writes a sequence of bytes to the current MySqlBlob stream, and advances the current position within this stream by the number of bytes written. | |
WriteAsync | Overloaded. (Inherited from System.IO.Stream) | |
WriteByte | (Inherited from System.IO.Stream) |