Search



Search Results
Displaying 481 to 490 of 2080 total results
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-charset.html
This section describes how to change the character set, collation, or both at the entity and entity-property level in an Entity Framework (EF) Core model. Modifications made to the model affect the tables and columns generated from your code. There ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes. MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. It implements ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-telemetry.html
Note OTel context forwarding works only with MySQL Enterprise Edition, a commercial product. Note The Connector/NET MSI file does not include support for this OTel implementation. OpenTelementry (OTel) standardizes instrumentation, generation, ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
/> </providers> </membership> Note The connection string, LocalMySqlServer, connects to the MySQL server that contains the membership database. Many websites feature the facility for the user to create a user account. They can then log into the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
string sql = "SELECT Code, Name, HeadOfState FROM Country WHERE Continent='North America'"; daCountry = new MySqlDataAdapter (sql, conn); Note The MySqlDataAdapter is given the SQL specifying the data to work with. The following code snippet ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-winform-data-source.html
Figure 4.12 Entity Data Model Wizard - Connection Make a note of the entity connection settings to be used in App.Config, as these will be used later to write the necessary control code. Note The Data Grid View control is bound to cityBindingSource, ... This tutorial describes how to create a Windows Forms Data Source from an Entity in an Entity Data Model using Microsoft Visual ...
https://dev.mysql.com/doc/connectors/en/connector-net-versions.html
Note .NET 8, 9, and .NET Framework 4.6 (as of 8.4.0) and 4.8 include support for the TLSv1.3 protocol. MySQL Connector/NET 9.x series is a continuation of Connector/NET 8.x series, but now named to synchronize with the (latest) MySQL server version ...
https://dev.mysql.com/doc/connectors/en/connector-net.html
For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes. MySQL Connector/NET is the connector that enables .NET applications to communicate with MySQL servers. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools.html
Once you have configured your Connector/ODBC DSN, you can access your MySQL database through any application that supports the ODBC interface, including programming languages and third-party applications. This section contains guides and help on ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-debug.html
Note Regular builds are built with RelWithDebInfo so not all debugging information is available. The associated Debug files are bundled in its own Zip file, including two lib/ directories: lib/: PDB files to use with regular builds; they are built ...
Displaying 481 to 490 of 2080 total results