-
The following obsolete (deprecated) members of Connector/NET 8.0 API classes were removed:
Collection.Remove(Object)
methodCollection.Remove(DbDoc)
methodFindStatement.Limit(Int64, Int64)
methodMySqlParameterCollection.Add(String, Object)
methodTableSelectStatement.Limit(Int64, Int64)
methodBaseResult.WarningCount
propertyMySqlBaseConnectionStringBuilder.Auth
propertyResult.RecordsAffected
propertySqlResult.AutoIncrementValue
propertySqlResult.RecordsAffected
property
(WL #12031)
The internal method called by the
MySqlX.XDevAPI.Relational.Table.Count
,MySqlX.XDevAPI.Collection.Count
, andMySqlX.XDevAPI.Collection<
methods were moved to a standardized location within the library. (WL #12518)T
>.CountThe
auth
connection option (along with aliasesauthentication
andauthentication mode
) was removed from theMySqlBaseConnectionStringBuilder
class. This option now is available for X Protocol connections only. (WL #12031)