This functionality is modeled in the XML file provided in Appendix A “Using an .edmx File”. By surfacing the DDTekConnectionStatistics and DDTekStatus entities, you can quickly model this code using the standard tooling.For more information about the data provider’s support for connection statistics, refer to the DataDirect Connect Series for ADO.NET User’s Guide.For more information about the data provider’s support for reauthentication, refer to the DataDirect Connect Series for ADO.NET User’s Guide.This functionality is modeled in the XML file provided in Appendix A “Using an .edmx File”. By surfacing the DDTekConnectionStatistics and DDTekStatus entities, you can quickly model this code using the standard tooling.DTekConnectionContext objCtx = new DDTekConnectionContext();where DDTekConnectionContext is declared in the app.config file.For more information about your data provider’s support for reauthentication, refer to the DataDirect Connect Series for ADO.NET User’s Guide.For detailed information, refer to Beginner’s Guide to the ADO.NET Entity Framework and other pages on the Microsoft Web site.