The methods of the SqlBlobStream class are listed below. For a complete list of SqlBlobStream class members, see the SqlBlobStream Members topic.
BeginRead (inherited from Stream) | Begins an asynchronous read operation. |
BeginWrite (inherited from Stream) | Begins an asynchronous write operation. |
Close | Overridden. Closes the file and releases any resources associated with the current file stream. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
EndRead (inherited from Stream) | Waits for the pending asynchronous read to complete. |
EndWrite (inherited from Stream) | Ends an asynchronous write operation. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Flush | Overridden. Clears all buffers for this stream and causes any buffered data to be written to the underlying device. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Open | Opens the closed connection. |
Read | Overridden. Reads a block of bytes from the stream and writes the data in a given buffer. |
ReadByte (inherited from Stream) | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
Seek | Overridden. Sets the current position of this stream to the given value. |
SetLength | Overridden. Sets the length of this stream to the given value. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write | Overridden. Writes a block of bytes to this stream using data from a buffer. |
WriteByte (inherited from Stream) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. |
CreateWaitHandle (inherited from Stream) | Allocates a WaitHandle object. |
Dispose | Releases the resources used by the SqlBlobStream. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GetDataLength | Gets the selected element's data length. |
GetDataLengthCommand | Gets the sql command returning Data Length. |
GetOpenPointerCommand | Gets the sql command returning a text pointer. |
GetReadTextCommand | Gets the sql command reading a blob element. |
GetUpdateTextCommand | Gets the sql command updating a blob element. |
GetUpdateTextCommandWithNullValue | Gets the sql command inserting a blob element. |
Init | Initializes a new connection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnInit | Raises the Init event. |
OpenPointer | Opens the text pointer. |
ReadText | Reads the array from the BLOB column. |
UpdateText | Writes the array into the BLOB column. |
UpdateTextCommandWithNullValue | Writes the array into the BLOB column. |
IDisposable.Dispose (inherited from Stream) |
SqlBlobStream Class | Mediachase.FileUploader Namespace