About This Document
This documentation covers the Zen ADO.NET data provider, Zen ADO.NET Entity Framework data provider, and Zen ADO.NET Entity Framework Core data provider.
What Are the Zen Data Providers?
Zen ADO.NET data providers are managed data providers, built with 100% managed code. The data providers are native wire protocol providers, which means that the provider does not have to call out to unmanaged code, code outside of the .NET Framework, in the form of a database client unless your application enlists in Microsoft Distributed Transaction Coordinator (MS DTC) coordinated transactions.
The Zen ADO.NET data providers enable you to connect to Zen database engines. They work with both 32- and 64-bit .NET and are supported on all Zen supported Windows platforms.
Using This Guide
We assume you are familiar with your operating system and its commands, the definition of directories, and accessing a database through an end-user application.
This guide covers the following information:
• Quick Start provides information about connecting to a database with your .NET data provider.
• Using the Data Providers provides information about using .NET applications with the Zen data provider and provides information about developing .NET applications in the .NET environment.
• Advanced Features describes advanced features of the data providers, including connection pooling, statement caching, configuring security, and using Zen Bulk Load.
• The ADO.NET Data Providers describes connection string options, data types, and other information for the Zen Entity Framework data provider.
• .NET Objects Supported provides the .NET public objects, properties, and methods supported by the Zen data provider.
• SQL Escape Sequences for .NET describes the scalar functions supported for the Zen data provider. Your data store may not support all of these functions.
• Using an .edmx File explains the necessary changes to an .edmx file in order to provide Extended Entity Framework functionality to the EDM layer.
• Glossary defines terms used in this guide.
Note: This guide refers the reader to online links for more information about specific topics. Because it is the nature of web content to change frequently, we can guarantee only that the links referenced here were correct at the time of publishing.
Last modified date: 10/31/2023