Click or drag to resize

EAPUtil.WriteInputStreamToDatabase Method

Reads a stream and stores the results in a database BLOB column.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void WriteInputStreamToDatabase(
	Stream input,
	IDatabase db,
	string table,
	string column,
	string filter,
	InputStreamType streamType
)

Parameters

input
Type: System.IO.Stream
The stream to store.
db
Type: NetQuarry.IDatabase
The database to which to store.
table
Type: System.String
The table to which to store.
column
Type: System.String
The column to which to store.
filter
Type: System.String
The filter for the row to update.
streamType
Type: NetQuarry.InputStreamType
The type of stream being provided.
See Also