Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@@ -1,6 +1,7 @@
Assembly/AssemblyInfo.cs
../../build/common/Consts.cs.in
../../build/common/Locale.cs
../../build/common/SR.cs
System.Data/AcceptRejectRule.cs
System.Data/ColumnTypeConverter.cs
System.Data/CommandBehavior.cs
@@ -79,7 +80,6 @@ System.Data/ISafeDataRecord.cs
System.Data/IsolationLevel.cs
System.Data/ITableMapping.cs
System.Data/ITableMappingCollection.cs
System.Data/KeyRestrictionBehavior.cs
System.Data/LoadOption.cs
System.Data/MappingType.cs
System.Data/MergeFailedEventArgs.cs
@@ -126,27 +126,14 @@ System.Data/XmlDiffLoader.cs
System.Data.Common/CatalogLocation.cs
System.Data.Common/ComparerFactory.cs
System.Data.Common/DataAdapter.cs
System.Data.Common/DataColumnMappingCollection.cs
System.Data.Common/DataColumnMapping.cs
System.Data.Common/DataColumnMappingConverter.cs
System.Data.Common/DataContainer.cs
System.Data.Common/DataTableMappingCollection.cs
System.Data.Common/DataTableMapping.cs
System.Data.Common/DataTableMappingConverter.cs
System.Data.Common/DbCommandBuilder.cs
System.Data.Common/DbConnectionStringBuilder.cs
System.Data.Common/DbConnectionStringBuilderHelper.cs
System.Data.Common/DbCommand.cs
System.Data.Common/DbConnection.cs
System.Data.Common/DbConnectionOptions.cs
System.Data.Common/DbConnectionString.cs
System.Data.Common/DbDataAdapter.cs
System.Data.Common/DbDataPermissionAttribute.cs
System.Data.Common/DbDataPermission.cs
System.Data.Common/DbDataReader.cs
System.Data.Common/DbDataRecord.cs
System.Data.Common/DbDataSourceEnumerator.cs
System.Data.Common/DbEnumerator.cs
System.Data.Common/DbException.cs
System.Data.Common/DbMetaDataCollectionNames.cs
System.Data.Common/DbMetaDataColumnNames.cs
@@ -158,7 +145,6 @@ System.Data.Common/DbTable.cs
System.Data.Common/DbTransaction.cs
System.Data.Common/DbTypes.cs
System.Data.Common/ExceptionHelper.cs
System.Data.Common/FieldNameLookup.cs
System.Data.Common/GroupByBehavior.cs
System.Data.Common/IdentifierCase.cs
System.Data.Common/Index.cs
@@ -167,34 +153,10 @@ System.Data.Common/PermissionHelper.cs
System.Data.Common/RecordCache.cs
System.Data.Common/RowUpdatedEventArgs.cs
System.Data.Common/RowUpdatingEventArgs.cs
System.Data.Common/SchemaInfo.cs
System.Data.Common/SchemaTableColumn.cs
System.Data.Common/SchemaTableOptionalColumn.cs
System.Data.Common/SupportedJoinOperators.cs
System.Data.Common/TaskHelper.cs
System.Data.SqlTypes/INullable.cs
System.Data.SqlTypes/SqlBinary.cs
System.Data.SqlTypes/SqlBoolean.cs
System.Data.SqlTypes/SqlByte.cs
System.Data.SqlTypes/SqlBytes.cs
System.Data.SqlTypes/SqlChars.cs
System.Data.SqlTypes/SqlCompareOptions.cs
System.Data.SqlTypes/SqlDateTime.cs
System.Data.SqlTypes/SqlDecimal.cs
System.Data.SqlTypes/SqlDouble.cs
System.Data.SqlTypes/SqlGuid.cs
System.Data.SqlTypes/SqlInt16.cs
System.Data.SqlTypes/SqlInt32.cs
System.Data.SqlTypes/SqlInt64.cs
System.Data.SqlTypes/SqlMoney.cs
System.Data.SqlTypes/SqlNullValueException.cs
System.Data.SqlTypes/SqlSingle.cs
System.Data.SqlTypes/SqlString.cs
System.Data.SqlTypes/SqlTruncateException.cs
System.Data.SqlTypes/SqlTypeException.cs
System.Data.SqlTypes/StorageState.cs
System.Data.SqlTypes/SqlAlreadyFilledException.cs
System.Data.SqlTypes/SqlNotFilledException.cs
System.Data.SqlTypes/SqlXml.cs
System.Data.Sql/SqlDataSourceEnumerator.cs
System.Data.Sql/SqlNotificationRequest.cs
@@ -213,6 +175,7 @@ Microsoft.SqlServer.Server/TriggerAction.cs
Microsoft.SqlServer.Server/SqlTriggerContext.cs
Microsoft.SqlServer.Server/SqlProcedureAttribute.cs
Microsoft.SqlServer.Server/SqlTriggerAttribute.cs
System.Data.SqlClient/SortOrder.cs
System.Data.SqlClient/SqlNotificationType.cs
System.Data.SqlClient/SqlNotificationInfo.cs
System.Data.SqlClient/SqlNotificationSource.cs
@@ -256,6 +219,7 @@ System.Data.SqlClient/SqlRowsCopiedEventHandler.cs
System.Data.SqlClient/SqlRowsCopiedEventArgs.cs
System.Data.SqlClient/SqlNotificationEventArgs.cs
System.Data.SqlClient/OnChangeEventHandler.cs
System.Data.SqlClient/SqlDecimalExtensions.cs
System.Data/XmlDataLoader.cs
System.Data/XmlSchemaDataImporter.cs
System.Data/XmlSchemaWriter.cs
@@ -274,3 +238,54 @@ Mono.Data.SqlExpressions/Functions.cs
Mono.Data.SqlExpressions/Like.cs
Mono.Data.SqlExpressions/In.cs
Mono.Data.SqlExpressions/Aggregation.cs
ReferenceSources/Bid.cs
ReferenceSources/BidArgumentTypeAttribute.cs
ReferenceSources/BidMethodAttribute.cs
ReferenceSources/DataStorage.cs
ReferenceSources/InOutOfProcHelper.cs
ReferenceSources/ODB.cs
ReferenceSources/Res.cs
ReferenceSources/ResCategoryAttribute.cs
ReferenceSources/SafeNativeMethods.cs
ReferenceSources/ThisAssembly.cs
../../../external/referencesource/System.Data/Misc/HResults.cs
../../../external/referencesource/System.Data/System/Data/Common/AdapterUtil.cs
../../../external/referencesource/System.Data/System/Data/Common/DataColumnMapping.cs
../../../external/referencesource/System.Data/System/Data/Common/DataColumnMappingCollection.cs
../../../external/referencesource/System.Data/System/Data/Common/DataTableMapping.cs
../../../external/referencesource/System.Data/System/Data/Common/DataTableMappingCollection.cs
../../../external/referencesource/System.Data/System/Data/Common/DataRecordInternal.cs
../../../external/referencesource/System.Data/System/Data/Common/DbConnectionOptions.cs
../../../external/referencesource/System.Data/System/Data/Common/DBConnectionString.cs
../../../external/referencesource/System.Data/System/Data/Common/DbConnectionStringBuilder.cs
../../../external/referencesource/System.Data/System/Data/Common/DbConnectionStringCommon.cs
../../../external/referencesource/System.Data/System/Data/Common/DBDataPermission.cs
../../../external/referencesource/System.Data/System/Data/Common/DBDataPermissionAttribute.cs
../../../external/referencesource/System.Data/System/Data/Common/dbdatarecord.cs
../../../external/referencesource/System.Data/System/Data/Common/dbenumerator.cs
../../../external/referencesource/System.Data/System/Data/Common/FieldNameLookup.cs
../../../external/referencesource/System.Data/System/Data/Common/NameValuePair.cs
../../../external/referencesource/System.Data/System/Data/Common/NameValuePermission.cs
../../../external/referencesource/System.Data/System/Data/ProviderBase/DbConnectionPoolProviderInfo.cs
../../../external/referencesource/System.Data/System/Data/SqlClient/ApplicationIntent.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/INullable.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLBinary.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLBoolean.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLByte.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLBytes.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLChars.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SqlCharStream.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLDateTime.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLDecimal.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLDouble.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLGuid.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLInt16.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLInt32.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLInt64.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLMoney.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLResource.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLSingle.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLString.cs
../../../external/referencesource/System.Data/System/Data/SQLTypes/SQLUtility.cs