Search



Search Results
Displaying 411 to 420 of 1278 total results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
(Bug #30340510, WL #14002) For enhanced security of the existing AllowLoadLocalInfile connection string option, a single folder that is safe to upload files from now can be specified with the new AllowLoadLocalInfileInPath option (see Options for ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
(Bug #25493209) EF Core: Database First support produced an error when the existing MySQL database included one or more views. (Bug #25493086) EF Core: Using System.ComponentModel.DataAnnotations.Schema.TableAttribute to initialize a new class ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-security-category.html
It controls whether the server autogenerates SSL key and certificate files in the data directory, if they do not already exist. It controls whether the server autogenerates RSA private/public key-pair files in the data directory, if they do not ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-single-document-operations.html
Collection.replaceOne(string id, Document doc) updates or replaces the document identified by id, if it exists, with the provided document. Collection.addOrReplaceOne(string id, Document doc) adds the given document; however, if the id or any other ... The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
The example assumes that a schema called test exists, and the my_collection collection exists. The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish ...
https://dev.mysql.com/doc/x-devapi-userguide/en/fetching-all-data-items-at-once.html
The following example assumes that the test schema exists and that the employee table exists in myTable. In addition to the pattern of using fetchOne() explained at Section 9.3, “Working with Data Sets”, which enables applications to consume ...
https://dev.mysql.com/doc/x-devapi-userguide/en/method-chaining.html
The example assumes that the test schema exists and an employee table exists. X DevAPI supports a number of modern practices to make working with CRUD operations easier and to fit naturally into modern development environments. This section ...
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
The example assumes that the test schema has been assigned to the variable db and that the collection my_collection exists. The example assumes that the test schema has been assigned to the variable db and that the collection my_collection exists.
https://dev.mysql.com/doc/x-devapi-userguide/en/transaction-handling.html
The example assumes that the test schema exists and that the collection my_collection does not exist. Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none.
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
The example assumes that the test schema exists and that the collection my_collection does not exist. Working with collections of documents is straightforward when using X DevAPI. The following example shows the basic usage of CRUD operations (see ...
Displaying 411 to 420 of 1278 total results