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:
authorEric Mellino <erme@microsoft.com>2017-09-21 22:21:36 +0300
committerGitHub <noreply@github.com>2017-09-21 22:21:36 +0300
commita7575a74be9a3e7ea161298acc6af477f38b7161 (patch)
tree1f7964816a89e6cdda322c602a8baba82317c15e /pkg/descriptions.json
parenteb851a2b0243859be21e0d9d6fc3c4a4c5f9c7c5 (diff)
parentc895e10bfce739bcc77b4aead77f911dec6774d6 (diff)
Merge pull request #24183 from maryamariyan/odbc-temp
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 4c905c0800..725deb8faf 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": [