Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataSet / System / Data / OrderedEnumerableRowCollection.cs / 1 / OrderedEnumerableRowCollection.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Data;
using System.Linq;
using System.Diagnostics;
namespace System.Data
{
///
/// This class provides a wrapper for DataTables representing an ordered sequence.
///
public sealed class OrderedEnumerableRowCollection : EnumerableRowCollection
{
///
/// Copy Constructor that sets enumerableRows to the one given in the input
///
internal OrderedEnumerableRowCollection(EnumerableRowCollection enumerableTable, IEnumerable enumerableRows)
: base(enumerableTable, enumerableRows, null)
{
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Data;
using System.Linq;
using System.Diagnostics;
namespace System.Data
{
///
/// This class provides a wrapper for DataTables representing an ordered sequence.
///
public sealed class OrderedEnumerableRowCollection : EnumerableRowCollection
{
///
/// Copy Constructor that sets enumerableRows to the one given in the input
///
internal OrderedEnumerableRowCollection(EnumerableRowCollection enumerableTable, IEnumerable enumerableRows)
: base(enumerableTable, enumerableRows, null)
{
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropertyTabChangedEvent.cs
- DataGridViewButtonCell.cs
- ADMembershipProvider.cs
- Errors.cs
- xml.cs
- DirectionalLight.cs
- SecurityPolicySection.cs
- TemplateLookupAction.cs
- ProjectedWrapper.cs
- CodeRegionDirective.cs
- ButtonRenderer.cs
- BufferBuilder.cs
- NullRuntimeConfig.cs
- BooleanSwitch.cs
- TextRangeProviderWrapper.cs
- AssertFilter.cs
- CodeExporter.cs
- DetailsViewInsertedEventArgs.cs
- ItemsControl.cs
- NullableFloatMinMaxAggregationOperator.cs
- RelationshipConverter.cs
- DefaultObjectMappingItemCollection.cs
- TableRowCollection.cs
- ProxyGenerationError.cs
- OdbcFactory.cs
- DiagnosticsElement.cs
- TdsEnums.cs
- IPAddress.cs
- RequestTimeoutManager.cs
- UdpChannelFactory.cs
- PriorityItem.cs
- CookieParameter.cs
- IRCollection.cs
- XD.cs
- SecurityElement.cs
- CompilerParameters.cs
- BamlLocalizer.cs
- DataRecord.cs
- GenericEnumerator.cs
- ExceptionUtil.cs
- SettingsContext.cs
- XmlAttributes.cs
- COM2ExtendedBrowsingHandler.cs
- CatalogPartCollection.cs
- ImageMetadata.cs
- RenderingBiasValidation.cs
- CodeMemberProperty.cs
- SortQuery.cs
- XmlAttributeProperties.cs
- SspiHelper.cs
- Configuration.cs
- SetStoryboardSpeedRatio.cs
- AddInStore.cs
- ArrayElementGridEntry.cs
- SmtpReplyReader.cs
- TableRowGroup.cs
- KernelTypeValidation.cs
- Symbol.cs
- MdImport.cs
- X509ThumbprintKeyIdentifierClause.cs
- SqlFormatter.cs
- Parameter.cs
- DBConnection.cs
- CodeObjectCreateExpression.cs
- QueryCacheManager.cs
- WinEventWrap.cs
- HttpException.cs
- XPathQilFactory.cs
- SafeRightsManagementPubHandle.cs
- ObjectSecurity.cs
- RecommendedAsConfigurableAttribute.cs
- GeneratedContractType.cs
- BindingOperations.cs
- ParameterExpression.cs
- WebProxyScriptElement.cs
- NavigationHelper.cs
- ConcatQueryOperator.cs
- TextEndOfParagraph.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- Math.cs
- SystemIPGlobalProperties.cs
- CapabilitiesAssignment.cs
- SolidColorBrush.cs
- LowerCaseStringConverter.cs
- Errors.cs
- RegexFCD.cs
- ReaderContextStackData.cs
- XmlSignatureProperties.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- MsmqTransportElement.cs
- SqlTypeSystemProvider.cs
- RegexStringValidator.cs
- PageHandlerFactory.cs
- InternalControlCollection.cs
- DataGridHeaderBorder.cs
- SecurityUtils.cs
- ClassicBorderDecorator.cs
- Timer.cs
- SqlDataSourceFilteringEventArgs.cs
- ContextMenu.cs