10bet网址
MySQL Connector/NET Release Notes
Related Documentation Download these Release Notes

MySQL Connector/NET Release Notes/Changes in MySQL Connector/Net 8.0/ Changes in MySQL Connector/NET 8.0.14 (2019-01-21, General Availability)

Changes in MySQL Connector/NET 8.0.14 (2019-01-21, General Availability)

Functionality Added or Changed

  • The internal method called by theMySqlX.XDevAPI.Relational.Table.Count,MySqlX.XDevAPI.Collection.Count, andMySqlX.XDevAPI.Collection<T>.Countmethods were moved to a standardized location within the library.

  • Theauthconnection option (along with aliasesauthenticationandauthentication mode) was removed from theMySqlBaseConnectionStringBuilderclass. This option now is available for X Protocol connections only.

  • The following obsolete (deprecated) members of Connector/NET 8.0 API classes were removed:

    • Collection.Remove(Object)method

    • Collection.Remove(DbDoc)method

    • FindStatement.Limit(Int64, Int64)method

    • MySqlParameterCollection.Add(String, Object)method

    • TableSelectStatement.Limit(Int64, Int64)method

    • BaseResult.WarningCountproperty

    • MySqlBaseConnectionStringBuilder.Authproperty

    • Result.RecordsAffectedproperty

    • SqlResult.AutoIncrementValueproperty

    • SqlResult.RecordsAffectedproperty