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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-04-25 14:40:28 +0300
committerMarek Safar <marek.safar@gmail.com>2017-04-25 18:00:26 +0300
commit29340d4df3bfe06e6347cbc875b75da1df565be4 (patch)
tree3ae8f3dc7b426dc66991d694469df752e9578848 /mcs/class/Facades
parent07b8eaa68fa48d57c04fdeb1a8a7472061280c05 (diff)
[System.Data.Common] Add IDbColumnSchemaGenerator
Diffstat (limited to 'mcs/class/Facades')
-rw-r--r--mcs/class/Facades/System.Data.Common/TypeForwarders.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Facades/System.Data.Common/TypeForwarders.cs b/mcs/class/Facades/System.Data.Common/TypeForwarders.cs
index 44bd8f48046..24bd6ae8da7 100644
--- a/mcs/class/Facades/System.Data.Common/TypeForwarders.cs
+++ b/mcs/class/Facades/System.Data.Common/TypeForwarders.cs
@@ -36,6 +36,7 @@
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.Common.DbParameterCollection))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.Common.DbProviderFactory))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.Common.DbTransaction))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.Common.IDbColumnSchemaGenerator))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.ConnectionState))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.DataRowVersion))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.DataTable))]