Programming MicrosoftВ® ADO.NET 2.0 Core Reference
Let's take a look at the lone method on the Parameter object, AppendChunk.
| Parameter Object Method | |
|---|---|
| Method Name | Description |
| AppendChunk | Adds chunks of string or binary data to the Parameter object |
AppendChunk Method
The Parameter object's AppendChunk method functions just like that of the Field object (discussed in Chapter 4). Use it to add chunks of string or binary data to a Parameter object that uses a long string or binary data type.