Mercurial > pub > bltoolkit
comparison Tools/DocGen/Content/Doc/Data/Linq.htm @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
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> | |
10 <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> | |
11 <tr><td>PostgreSQLProvider</td> <td>PostgreSQL</td> <td>Npgsql</td> <td><a href='http://npgsql.projects.postgresql.org/'>PostgreSQL.org</a></td></tr> | |
12 <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> | |
13 <tr><td>SQLiteDataProvider</td> <td>SQLite</td> <td>System.Data.SQLite</td> <td><a href='http://sqlite.phxsoftware.com/'>SQLite.org</a></td></tr> | |
14 <tr><td>SqlDataProvider</td> <td>Sql</td> <td>System.Data.SqlClient</td> <td>Microsoft</td></tr> | |
15 <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> | |
16 <tr><td colspan='4' class='hr' style='padding:0'><img width='1' height='1' alt=''/></td></tr> | |
17 </table> | |
18 | |
19 <p class='j'>Operators.</p> | |
20 <% table # Doc\Data\LinqOperators.txt %> | |
21 | |
22 <p class='j'>Core string functions.<br> | |
23 <% table # Doc\Data\LinqStringCoreFunctions.txt %> | |
24 | |
25 <p class='j'>Extended Linq string functions.</p> | |
26 <i>To support methods listed below provider must implement all used functions.</i></p> | |
27 <% table # Doc\Data\LinqStringFunctions.txt %> | |
28 | |
29 <p class='j'>Core datetime functions.<br> | |
30 <% table # Doc\Data\LinqDateTimeCoreFunctions.txt %> | |
31 | |
32 <p class='j'>Extended Linq datetime functions.</p> | |
33 <% table # Doc\Data\LinqDateTimeFunctions.txt %> | |
34 | |
35 <p class='j'>SQL transformations.</p> | |
36 <% table # Doc\Data\LinqSqlTransformations.txt %> |