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
- KeyValueSerializer.cs
- DoubleStorage.cs
- CodeSubDirectory.cs
- RegionIterator.cs
- Run.cs
- StateValidator.cs
- NullReferenceException.cs
- TableFieldsEditor.cs
- Assert.cs
- TransformGroup.cs
- LayoutTableCell.cs
- Crypto.cs
- BaseServiceProvider.cs
- FixedDocumentSequencePaginator.cs
- SerializationInfo.cs
- ResXResourceWriter.cs
- StatusBarPanelClickEvent.cs
- AddingNewEventArgs.cs
- Point4DValueSerializer.cs
- ImageDrawing.cs
- KeyBinding.cs
- FixedBufferAttribute.cs
- DataControlLinkButton.cs
- CheckBoxAutomationPeer.cs
- PersonalizationStateInfoCollection.cs
- SystemColorTracker.cs
- ContentControl.cs
- DataGridDesigner.cs
- GeneralTransform2DTo3DTo2D.cs
- StringDictionary.cs
- CompositeTypefaceMetrics.cs
- XmlSchemaAll.cs
- ManagedIStream.cs
- TableStyle.cs
- SecuritySessionSecurityTokenProvider.cs
- XmlCharType.cs
- DataGridColumnHeaderAutomationPeer.cs
- TextTreeText.cs
- DbMetaDataCollectionNames.cs
- ProxyGenerator.cs
- MenuItemBinding.cs
- CreateRefExpr.cs
- ImageCollectionCodeDomSerializer.cs
- DataGridViewImageColumn.cs
- HttpCapabilitiesBase.cs
- AnonymousIdentificationSection.cs
- TcpProcessProtocolHandler.cs
- DataGridViewComboBoxColumn.cs
- MailDefinition.cs
- CriticalHandle.cs
- HttpFileCollection.cs
- PointIndependentAnimationStorage.cs
- ObjectContextServiceProvider.cs
- SelectionEditor.cs
- Substitution.cs
- ControlCachePolicy.cs
- TryCatchDesigner.xaml.cs
- OleDbEnumerator.cs
- streamingZipPartStream.cs
- AVElementHelper.cs
- UpDownBase.cs
- Schema.cs
- WebPartZone.cs
- NodeLabelEditEvent.cs
- ProviderCommandInfoUtils.cs
- TextAdaptor.cs
- ThreadBehavior.cs
- TimerElapsedEvenArgs.cs
- HyperLinkField.cs
- StyleReferenceConverter.cs
- OleDbDataAdapter.cs
- GeneratedView.cs
- StreamWriter.cs
- X509CertificateTrustedIssuerElementCollection.cs
- AvtEvent.cs
- ButtonStandardAdapter.cs
- InternalsVisibleToAttribute.cs
- RankException.cs
- IntegrationExceptionEventArgs.cs
- MediaEntryAttribute.cs
- PackWebResponse.cs
- WebPartsSection.cs
- IisTraceListener.cs
- DbConnectionPoolCounters.cs
- ColumnTypeConverter.cs
- FormViewInsertEventArgs.cs
- ToolboxDataAttribute.cs
- SpeechRecognizer.cs
- AddInProcess.cs
- DesignerActionHeaderItem.cs
- ComboBoxItem.cs
- BooleanToVisibilityConverter.cs
- ListenerConfig.cs
- MarkupCompiler.cs
- GenericEnumConverter.cs
- StringFreezingAttribute.cs
- PointIndependentAnimationStorage.cs
- BitmapCacheBrush.cs
- xmlglyphRunInfo.cs
- DataGridViewColumnStateChangedEventArgs.cs