Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- FixedFlowMap.cs
- SecurityPermission.cs
- DataBindingCollection.cs
- hresults.cs
- WindowsRichEditRange.cs
- PreProcessInputEventArgs.cs
- SqlDesignerDataSourceView.cs
- ListViewItemEventArgs.cs
- MatrixAnimationUsingKeyFrames.cs
- SmtpReplyReaderFactory.cs
- _ListenerResponseStream.cs
- ProfilePropertyNameValidator.cs
- TdsValueSetter.cs
- StateMachineWorkflowInstance.cs
- WindowsFormsHelpers.cs
- TreeNodeStyleCollection.cs
- TypeForwardedToAttribute.cs
- InputProviderSite.cs
- CultureNotFoundException.cs
- ProxyAttribute.cs
- XmlProcessingInstruction.cs
- DelayedRegex.cs
- LineProperties.cs
- CodeEntryPointMethod.cs
- DescendantBaseQuery.cs
- SolidColorBrush.cs
- ComponentConverter.cs
- PixelFormats.cs
- Overlapped.cs
- BasePropertyDescriptor.cs
- IEnumerable.cs
- isolationinterop.cs
- SingleObjectCollection.cs
- ThousandthOfEmRealDoubles.cs
- SQLBytesStorage.cs
- OdbcCommand.cs
- MinimizableAttributeTypeConverter.cs
- KoreanLunisolarCalendar.cs
- HtmlLinkAdapter.cs
- Win32KeyboardDevice.cs
- WebUtil.cs
- ServiceNameElement.cs
- DbProviderConfigurationHandler.cs
- WindowsToolbar.cs
- WizardStepBase.cs
- HttpHeaderCollection.cs
- WebPartExportVerb.cs
- WebBaseEventKeyComparer.cs
- SchemaImporter.cs
- ReferentialConstraint.cs
- HttpCookieCollection.cs
- WebPartDescription.cs
- WinFormsSpinner.cs
- ProcessInputEventArgs.cs
- CharKeyFrameCollection.cs
- DrawingAttributesDefaultValueFactory.cs
- GroupBox.cs
- HtmlToClrEventProxy.cs
- ProxyGenerator.cs
- compensatingcollection.cs
- SafeNativeMethodsCLR.cs
- QilIterator.cs
- XamlPathDataSerializer.cs
- NetCodeGroup.cs
- ButtonChrome.cs
- PropertyStore.cs
- entitydatasourceentitysetnameconverter.cs
- ColumnHeaderCollectionEditor.cs
- TransformDescriptor.cs
- ByteStreamGeometryContext.cs
- VisualBrush.cs
- VectorCollectionConverter.cs
- InkCanvasInnerCanvas.cs
- EDesignUtil.cs
- DataControlPagerLinkButton.cs
- SettingsAttributes.cs
- ActivatedMessageQueue.cs
- Int32Storage.cs
- SqlNotificationRequest.cs
- Tablet.cs
- DataGridTableStyleMappingNameEditor.cs
- MatrixStack.cs
- XmlSchemas.cs
- ControlTemplate.cs
- CodeGenHelper.cs
- SubtreeProcessor.cs
- AnnotationResource.cs
- XmlDataSourceNodeDescriptor.cs
- DmlSqlGenerator.cs
- Metafile.cs
- XPathNodePointer.cs
- InputProcessorProfilesLoader.cs
- CombinedTcpChannel.cs
- TransportDefaults.cs
- SynchronizationContext.cs
- Polyline.cs
- XPathBinder.cs
- Int32RectValueSerializer.cs
- QuaternionIndependentAnimationStorage.cs
- IPCCacheManager.cs