NeatUpload Documentation

SqlServerBlobStream Members

SqlServerBlobStream overview

Public Instance Constructors

SqlServerBlobStream Overloaded. Initializes a new instance of the SqlServerBlobStream class.

Public Instance Properties

CanRead 
CanSeek 
CanWrite 
FileName 
Identity Gets the identity column value for the created row in the database
Length 
MIMEType 
PositionCurrent filepointer position in file

Public Instance Methods

BeginRead (inherited from Stream) 
BeginWrite (inherited from Stream) 
Close Closes the current stream and releases any resources
CreateObjRef (inherited from MarshalByRefObject) 
Delete Deletes the table row containing the current stream from the database
Dispose Frees all resources used by stream
EndRead (inherited from Stream) 
EndWrite (inherited from Stream) 
Equals (inherited from Object) 
FlushFlush is not implemented since all data is sent through immediatly
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
Read 
ReadByte (inherited from Stream) 
ReOpen Reopens the stream if it has been closed
Seek Moves filepointer to given location in file
SetLength 
ToString (inherited from Object) 
Write 
WriteByte (inherited from Stream) 

Protected Instance Methods

CreateWaitHandle (inherited from Stream) 
Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

SqlServerBlobStream Class | Hitone.Web.SqlServerUploader Namespace