The following sections describe how the Sybase data provider supports specific Sybase features for stored procedures. See “Using Stored Procedures” for more information on how the Sybase data provider uses stored procedures.Batch support for the DataAdapter was released as an integrated component of the ADO.NET 2.0 API, eliminating the need to update each row, one at a time, for each Update call. You can set the UpdateBatchSize property to control the size of each batch update (see “SybaseParameter Class” for more information.When the BindByName property is set to True (see “SybaseParameter Class”), you can bind the parameters out of order, as shown in the following C# code fragment: