Initializes a new instance of SqlBlobStream class.
Initializes a new instance of SqlBlobStream class.
public SqlBlobStream();
Initializes a new instance of SqlBlobStream class for the specified Transaction, Table Name, BLOB Data Column, with the specified read/write permission and Primary Keys.
public SqlBlobStream(SqlTransaction,string,string,SqlBlobAccess,params SqlParameter[]);
Initializes a new instance of SqlBlobStream class for the specified Connection String, Table Name, BLOB Data Column, with the specified read/write permission and Primary Keys.
public SqlBlobStream(string,string,string,SqlBlobAccess,params SqlParameter[]);
SqlBlobStream Class | Mediachase.FileUploader Namespace