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
- BamlResourceDeserializer.cs
- URLIdentityPermission.cs
- TableItemPatternIdentifiers.cs
- RegistryPermission.cs
- ExpressionBindings.cs
- ThreadStaticAttribute.cs
- TypeConverterHelper.cs
- AggregatePushdown.cs
- TcpChannelFactory.cs
- PackageProperties.cs
- FlowDocumentReaderAutomationPeer.cs
- DataGridViewRowStateChangedEventArgs.cs
- PositiveTimeSpanValidator.cs
- FilteredAttributeCollection.cs
- Msec.cs
- ForeignConstraint.cs
- SemanticValue.cs
- XmlDataImplementation.cs
- XmlLinkedNode.cs
- HtmlElementCollection.cs
- DictionarySectionHandler.cs
- CornerRadius.cs
- CommandHelper.cs
- MetadataConversionError.cs
- XmlAtomicValue.cs
- NavigatorOutput.cs
- WebPartsPersonalization.cs
- ElementUtil.cs
- NetNamedPipeSecurityMode.cs
- SequenceRangeCollection.cs
- embossbitmapeffect.cs
- TextEndOfLine.cs
- DbDataRecord.cs
- COM2PictureConverter.cs
- Utils.cs
- SimplePropertyEntry.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- CheckBoxList.cs
- CharKeyFrameCollection.cs
- DocumentViewerAutomationPeer.cs
- SqlFormatter.cs
- AutoGeneratedFieldProperties.cs
- SqlMethods.cs
- TextRangeEditTables.cs
- ILGenerator.cs
- MenuItem.cs
- WebProxyScriptElement.cs
- CompoundFileIOPermission.cs
- FileDetails.cs
- CultureTable.cs
- WebPartManagerInternals.cs
- CdpEqualityComparer.cs
- ProcessInputEventArgs.cs
- KnownTypesProvider.cs
- Int32Rect.cs
- DashStyles.cs
- MultipleViewProviderWrapper.cs
- SafeReversePInvokeHandle.cs
- SelectManyQueryOperator.cs
- FixedHyperLink.cs
- ConstraintConverter.cs
- CFGGrammar.cs
- basenumberconverter.cs
- HttpStreamMessageEncoderFactory.cs
- ToolStripItem.cs
- UIEndRequest.cs
- PseudoWebRequest.cs
- AdapterDictionary.cs
- Scheduler.cs
- ReflectEventDescriptor.cs
- XmlBufferReader.cs
- OuterGlowBitmapEffect.cs
- XmlStreamStore.cs
- Transform3DGroup.cs
- RuntimeArgument.cs
- InheritedPropertyChangedEventArgs.cs
- ResXResourceReader.cs
- BrowserCapabilitiesFactory.cs
- OnOperation.cs
- AlternateView.cs
- BitmapMetadataEnumerator.cs
- ParseHttpDate.cs
- ShowExpandedMultiValueConverter.cs
- EntityCommandCompilationException.cs
- DynamicMethod.cs
- UserNamePasswordClientCredential.cs
- MultiPropertyDescriptorGridEntry.cs
- QueryTreeBuilder.cs
- DynamicFilterExpression.cs
- XhtmlBasicImageAdapter.cs
- ThreadSafeList.cs
- GiveFeedbackEvent.cs
- BindingList.cs
- ADConnectionHelper.cs
- ImplicitInputBrush.cs
- ValidatingPropertiesEventArgs.cs
- SizeChangedEventArgs.cs
- SqlDeflator.cs
- WebPartMinimizeVerb.cs
- WindowsContainer.cs