Krystalware
SlickUpload logo

SqlClientOutputStream Constructor (connectionString, table, dataField, whereCriteria)

Creates a new instance of the SqlClientInputStream class for the specified connection string, table data field, and where criteria.

Declaration Syntax

C#

public SqlClientOutputStream(
	string connectionString,
	string table,
	string dataField,
	string whereCriteria
)

Visual Basic

Public Sub New ( _
	connectionString As String, _
	table As String, _
	dataField As String, _
	whereCriteria As String _
)

Parameters

connectionString– (String)
The connection string of the database to use.
table– (String)
The table in which the data is stored.
dataField– (String)
The field in which the data is stored
whereCriteria– (String)
The where criteria that identifies the record.

Assembly: Krystalware.SlickUpload, Version: 4.0