Click or drag to resize

EAPUtilWriteInputStreamToDatabase 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.IOStream
The stream to store.
db
Type: NetQuarryIDatabase
The database to which to store.
table
Type: SystemString
The table to which to store.
column
Type: SystemString
The column to which to store.
filter
Type: SystemString
The filter for the row to update.
streamType
Type: NetQuarryInputStreamType
The type of stream being provided.
See Also