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:
authorNina Chikanov <nchikanov@gmail.com>2017-08-15 21:30:44 +0300
committerGitHub <noreply@github.com>2017-08-15 21:30:44 +0300
commit971d6605f7bf5ef16db3d138b8256cede2731d36 (patch)
treee84589258ae321220a048a6db3d391ce604c4099 /pkg/descriptions.json
parent1d7b43d32c8767bb853f1cfb00008eff0834947f (diff)
Add PkgProj for System.Data.DataSetExtensions (#23087)
Add PkgProj for System.Data.DataSetExtensions
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 461fd6735e..fb620b6eb6 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -441,6 +441,20 @@
]
},
{
+ "Name": "System.Data.DataSetExtensions",
+ "Description": "Provides extensions to form LINQ expressions and method queries against DataTable objects.",
+ "CommonTypes": [
+ "System.Data.DataRowComparer",
+ "System.Data.DataRowExtensions",
+ "System.Data.DataTableExtensions",
+ "System.Data.EnumerableRowCollection",
+ "System.Data.EnumerableRowCollectionExtensions",
+ "System.Data.OrderedEnumerableRowCollection",
+ "System.Data.TypedTableBase",
+ "System.Data.TypedTableBaseExtensions"
+ ]
+ },
+ {
"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": [
@@ -621,7 +635,7 @@
"System.Drawing.Brush",
"System.Drawing.Font",
"System.Drawing.Graphics",
- "System.Drawing.Icon",
+ "System.Drawing.Icon"
]
},
{
@@ -899,7 +913,7 @@
"Name": "System.Memory",
"Description": "Provides types for efficient low-allocation access to memory.",
"CommonTypes": [
- "System.Span",
+ "System.Span"
]
},
{