0
|
1 <p class='j'>Data providers supported.</p>
|
|
2
|
|
3 <table class='data'>
|
|
4 <tr><th>Data Provider</th> <th>Provider Name</th> <th>Namespace</th> <th>Vendor</th></tr>
|
|
5 <tr><td>AccessDataProvider</td> <td>Access</td> <td>System.Data.OleDb</td> <td>Microsoft</td></tr>
|
|
6 <tr><td>DB2DataProvider</td> <td>DB2</td> <td>IBM.Data.DB2</td> <td><a href='http://www.ibm.com/software/data/db2/ad/dotnet.html'>IBM</a></td></tr>
|
|
7 <tr><td>InformixDataProvider</td> <td>Informix</td> <td>IBM.Data.Informix</td> <td><a href='http://www.informix.com'>IBM</a></td></tr>
|
|
8 <tr><td>FdpDataProvider</td> <td>Fdp</td> <td>FirebirdSql.Data.FirebirdClient</td> <td><a href='http://www.firebirdsql.org/'>Firebird</a></td></tr>
|
|
9 <tr><td>MySqlDataProvider</td> <td>MySql</td> <td>MySql.Data.MySqlClient</td> <td><a href='http://www.mysql.com/'>Sun Microsystems</a></td></tr>
<tr><td>OdpDataProvider</td> <td>ODP</td> <td>Oracle.DataAccess.Client</td> <td><a href='http://www.oracle.com/technology/tech/windows/odpnet/index.html'>Oracle</a></td></tr>
|
|
10 <tr><td>PostgreSQLProvider</td> <td>PostgreSQL</td> <td>Npgsql</td> <td><a href='http://npgsql.projects.postgresql.org/'>PostgreSQL.org</a></td></tr>
|
|
11 <tr><td>SqlCeDataProvider</td> <td>SqlCe</td> <td>System.Data.SqlServerCe</td> <td><a href='http://www.microsoft.com/sql/editions/compact/default.mspx'>Microsoft</a></td></tr>
|
|
12 <tr><td>SQLiteDataProvider</td> <td>SQLite</td> <td>System.Data.SQLite</td> <td><a href='http://sqlite.phxsoftware.com/'>SQLite.org</a></td></tr>
|
|
13 <tr><td>SqlDataProvider</td> <td>Sql</td> <td>System.Data.SqlClient</td> <td>Microsoft</td></tr>
|
|
14 <tr><td>SybaseDataProvider</td> <td>Sybase</td> <td>Sybase.Data.AseClient</td> <td><a href='http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit'>Sybase</a></td></tr>
|
|
15 <tr><td colspan='4' class='hr' style='padding:0'><img width='1' height='1' alt=''/></td></tr>
|
|
16 </table>
|
|
17
|
|
18 <p class='j'>Operators.</p>
|
|
19 <% table # Doc\Data\LinqOperators.txt %>
|
|
20
|
|
21 <p class='j'>Core string functions.<br>
|
|
22 <% table # Doc\Data\LinqStringCoreFunctions.txt %>
|
|
23
|
|
24 <p class='j'>Extended Linq string functions.</p>
|
|
25 <i>To support methods listed below provider must implement all used functions.</i></p>
|
|
26 <% table # Doc\Data\LinqStringFunctions.txt %>
|
|
27
|
|
28 <p class='j'>Core datetime functions.<br>
|
|
29 <% table # Doc\Data\LinqDateTimeCoreFunctions.txt %>
|
|
30
|
|
31 <p class='j'>Extended Linq datetime functions.</p>
|
|
32 <% table # Doc\Data\LinqDateTimeFunctions.txt %>
|
|
33
|
|
34 <p class='j'>SQL transformations.</p>
|
|
35 <% table # Doc\Data\LinqSqlTransformations.txt %>
|