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:
authorUmadevi S <uma@mono-cvs.ximian.com>2004-03-09 06:31:37 +0300
committerUmadevi S <uma@mono-cvs.ximian.com>2004-03-09 06:31:37 +0300
commit8640466e55568a360cb087c700e33d3b81febfb1 (patch)
tree9c417440aadd100a63b56ce01508f22fa083cdee /mcs/class/System.Data/System.Data.Common
parent031202f5476ed7cd162b37950c52ec97721e1243 (diff)
2004-03-09 Umadevi S (sumadevi@novell.com)
* DataTableMapping.cs - Implemented System.ComponentModel.TypeConverterAttribute svn path=/trunk/mcs/; revision=23821
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common')
-rw-r--r--mcs/class/System.Data/System.Data.Common/DataTableMapping.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/DataTableMapping.cs b/mcs/class/System.Data/System.Data.Common/DataTableMapping.cs
index ab8c0e10e0a..0dea964a6b6 100644
--- a/mcs/class/System.Data/System.Data.Common/DataTableMapping.cs
+++ b/mcs/class/System.Data/System.Data.Common/DataTableMapping.cs
@@ -13,6 +13,7 @@ using System.ComponentModel;
using System.Data;
namespace System.Data.Common {
+ [TypeConverterAttribute ("System.Data.Common.DataColumnMappingConverter, "+ Consts.AssemblySystem_Data)]
public sealed class DataTableMapping : MarshalByRefObject, ITableMapping, ICloneable
{
#region Fields