Krystalware
SlickUpload logo

SqlClientOutputStream Constructor (connectionString, table, dataField, idField, idValue)

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

Declaration Syntax

C#

public SqlClientOutputStream(
	string connectionString,
	string table,
	string dataField,
	string idField,
	int idValue
)

Visual Basic

Public Sub New ( _
	connectionString As String, _
	table As String, _
	dataField As String, _
	idField As String, _
	idValue As Integer _
)

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
idField– (String)
The field which identifies the record.
idValue– (Int32)
The value which identifies the record.

Assembly: Krystalware.SlickUpload, Version: 4.0