Supported Properties and Methods
- Last Updated: April 16, 2026
- 1 minute read
- ADO.NET
- Documentation
See Sybase Data Provider Classes for information about the provider-specific implementation of public properties and methods of the major classes used by the data provider. You can also refer to the data provider’s online help.
Properties and Methods Support Differences
The ADO.NET Entity Framework programming contexts inherently eliminate the need to use some ADO.NET methods and properties. These properties and methods remain useful for standard ADO.NET applications.
The following table lists the properties and methods that are not supported or are implemented differently when using the data provider with an ADO.NET Entity application.
Properties and Methods Not Supported with the ADO.NET Entity Framework
| Property or Method | Behavior |
| SybaseCommand | |
| ArrayBindCount property | Not supported |
| ArrayBindStatus property | Not supported |
| BindByName property | Not supported |
| CommandTImeout property | Not supported |
| RowSetSize property | Not supported |
| UpdatedRowSource property | Not supported |
| SybaseCommandBuilder | |
| DeriveParameters method | Not supported |
| SybaseConnection | |
| ConnectionTimeout property | Supported only in the connection string |
| DatabaseCharacterSetName property | Not supported |
| FetchBufferSize property | Not supported |
| SetOEMLicenseInfo method | Not supported |
| StatisticsEnabled property | Use the DDTek_Connection_StatisticsEnabled or DDTek_Connection_StatisticsDisabled pseudo stored procedure. See Using Stored Procedures with the ADO.NET Entity Framework for information on using this functionality in an ADO.NET Entity Framework application. |
| SybaseDataAdapter | |
| UpdateBatchSize property | Not supported |
| SybaseError | |
| SQLState property | Not supported |