|
|
Requirements
|
|
ORM Profiler's client and profiler engine require the .NET framework v3.5 or higher to run.
The .NET framework is a free download from Microsoft: click here to go there.
ORM Profiler ships with support for the following O/R mappers and data-access layers:
- LLBLGen Pro Runtime Framework
- Entity Framework (v1-v6)
- Dapper.net
- Massive
- Linq to SQL
- Any custom data-access code which utilizes DbProviderFactory to create ADO.NET class instances
- Any ODBC using data-access code through the DbProviderFactory System.Data.Odbc
- Any OleDB using data-access code through the DbProviderFactory System.Data.OleDb
Required for the O/R mapper or data-access layer to work with ORM Profiler is that it uses the
ADO.NET data providers system using DbProviderFactory.
Databases supported
Any ADO.NET provider which has registered a DbProviderFactory with .NET can be used, and the databases targeted by these ADO.NET providers
are supported by ORM Profiler.
Additionally, ORM Profiler can obtain SQL execution plans for queries. This feature
is supported on a select group of databases:
- SQL Server 2000 or higher
- Oracle 9i or higher
- PostgreSql 7.x or higher
- MySql 4.x/5.x
- SQLite
|
|