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
AgeCommit message (Collapse)Author
2015-05-07remove old System.Data code.Atsushi Eno
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: ↵Zoltan Varga
unifdef -t -DNET_2_0 -o <filename> <filename>.
2007-09-252007-09-25 Nagappan A <anagappan@novell.com>Nagappan Alagappan
* DbConnection.cs: 2.0 attribute fixes. * DataColumnMapping.cs: 2.0 attribute fixes. * DbParameterCollection.cs: Code alignment. * DataAdapter.cs: 2.0 attribute fixes. * DataTableMapping.cs: 2.0 attribute fixes. * RowUpdatingEventArgs.cs (BaseCommand): Code alignment. svn path=/trunk/mcs/; revision=86296
2006-02-172006-02-17 Chris Toshok <toshok@ximian.com>Chris Toshok
* DbProviderFactory.cs: remove two methods. and mark the DbProviderSupportedClasses ctor as internal since it's not part of the public api. * DbTable.cs: remove this class from 2.0 build.. leave it for the JVM build, I guess? * RowUpdatingEventArgs.cs: this class isn't abstract in 2.0. * RowUpdatedEventArgs.cs: this class isn't abstract in 2.0. * SupportedJoinOperators.cs: new 2.0 enum. * CatalogLocation.cs: fix enum values. * GroupByBehavior.cs: same. * IdentifierCase.cs: same. * SchemaTableColumn.cs: class is static, not sealed. and add missing elements. * SchemaTableOptionalColumn.cs: same. svn path=/trunk/mcs/; revision=57008
2005-05-19.net2.0 property of RowUpdatingEventArgs.cs implementedUmadevi S
svn path=/trunk/mcs/; revision=44732
2004-06-16Add license and copyright to all source files in System.DataSachin Kumar
svn path=/trunk/mcs/; revision=29688
2002-11-052002-11-04 Tim Coleman <tim@timcoleman.com>Tim Coleman
* list: Add Mono.Data.TdsClient.Internal.TdsInternalError Add Mono.Data.TdsClient.Internal.TdsInternalErrorCollection Add Mono.Data.TdsClient.Internal.TdsInternalErrorMessageEventHandler Add Mono.Data.TdsClient.Internal.TdsInternalErrorMessageEventArgs Add Mono.Data.TdsClient.Internal.TdsInternalInfoMessageEventHandler Add Mono.Data.TdsClient.Internal.TdsInternalInfoMessageEventArgs Remove Mono.Data.TdsClient.Internal.TdsPacketErrorResult Remove Mono.Data.TdsClient.Internal.TdsPacketErrorResultCollection Remove Mono.Data.TdsClient.Internal.TdsPacketMessageResult * System.Data.Common/RowUpdatedEventArgs.cs: * System.Data.Common/RowUpdatingEventArgs.cs: Implement * System.Data.SqlClient/SqlCommand.cs: * System.Data.SqlClient/SqlDataReader.cs: * System.Data.SqlClient/SqlTransaction.cs: Remove checks for errors. These are now handled by events * System.Data.SqlClient/SqlConnection.cs: * System.Data.SqlClient/SqlError.cs: * System.Data.SqlClient/SqlException.cs: * System.Data.SqlClient/SqlInfoMessageEventArgs.cs: Add event handlers and triggers for errors, messages, state change * System.Data.SqlClient/SqlParameter.cs: Re-add refreshproperties * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs: * System.Data.SqlClient/SqlRowUpdatedEventHandler.cs: * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs: * System.Data.SqlClient/SqlRowUpdatingEventHandler.cs: Implement svn path=/trunk/mcs/; revision=8825
2002-03-292002-03-29 Rodrigo Moya <rodrigo@ximian.com>Rodrigo Moya
* System.Data.Common/DbDataRecord.cs: * System.Data.Common/DbEnumerator.cs: * System.Data.Common/RowUpdatedEventArgs.cs: * System.Data.Common/RowUpdatingEventArgs.cs: * System.Data.Common/DbDataPermissionAttribute.cs: new skeletons. svn path=/trunk/mcs/; revision=3503