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.
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
|