Mediachase FileUploader.NET 1.9 Framework Help

SqlBlobStream Constructor

Initializes a new instance of SqlBlobStream class.

Overload List

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[]);

See Also

SqlBlobStream Class | Mediachase.FileUploader Namespace