Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaryam Ariyan <maryam.ariyan@microsoft.com>2017-09-21 06:33:02 +0300
committerMaryam Ariyan <maryam.ariyan@microsoft.com>2017-09-21 06:33:02 +0300
commitc895e10bfce739bcc77b4aead77f911dec6774d6 (patch)
treef48ce35af255ae1b1e76b54e9def0e633efca217 /pkg/descriptions.json
parent307fc13500f8f13ee90f92bffda68a65547c1a93 (diff)
Adding System.Data.Odbc package and including in metapackage
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index fb620b6eb6..71bde95754 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -455,6 +455,19 @@
]
},
{
+ "Name": "System.Data.Odbc",
+ "Description": "Provides a collection of classes used to access an ODBC data source in the managed space",
+ "CommonTypes": [
+ "System.Data.Odbc.OdbcCommand",
+ "System.Data.Odbc.OdbcConnection",
+ "System.Data.Odbc.OdbcDataReader",
+ "System.Data.Odbc.OdbcDataAdapter",
+ "System.Data.Odbc.OdbcParameter",
+ "System.Data.Odbc.OdbcParameterCollection",
+ "System.Data.Odbc.OdbcTransaction"
+ ]
+ },
+ {
"Name": "System.Data.SqlClient",
"Description": "Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)",
"CommonTypes": [