Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
Connector/NET supports the following web providers: Membership provider Roles provider Profiles provider Session state provider The following tables show the supported providers, their default provider and the corresponding MySQL provider. MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
For specific compatibility information, see Table 4.3, “Connector/NET Versions and Entity Framework Core Support”. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
Entity Framework 6 and Entity Framework Core to migrate data to and from MySQL data tables. MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
When a temporary table is used to process a result set, some columns may be returned with incorrect binary flags. There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
You will be able to browse your database and choose tables and fields using drag and drop to build your report. When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-fractional.html
To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal point. MySQL Connector/NET supports the ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
The first thing you need to do is create a suitable app.config file for your application. The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace information. Switch - This defines the level of trace ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming.html
MySqlCommandBuilder: Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated MySQL database. MySQL Connector/NET comprises several classes that are used to connect to the database, execute ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...