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
- XmlMembersMapping.cs
- DataBoundControlHelper.cs
- CodeArgumentReferenceExpression.cs
- Operand.cs
- DocumentApplication.cs
- ChunkedMemoryStream.cs
- SQLGuid.cs
- HMACSHA512.cs
- IdentityHolder.cs
- DiscoveryMessageSequenceCD1.cs
- AutoCompleteStringCollection.cs
- ImpersonateTokenRef.cs
- ExpressionUtilities.cs
- ColumnCollection.cs
- WMICapabilities.cs
- UTF7Encoding.cs
- ACE.cs
- XamlBuildTaskServices.cs
- BinaryReader.cs
- QueryStringParameter.cs
- PlainXmlSerializer.cs
- SecurityKeyUsage.cs
- StatusBarAutomationPeer.cs
- ConfigurationException.cs
- PasswordBox.cs
- EntitySqlQueryCacheKey.cs
- Buffer.cs
- PatternMatcher.cs
- SystemResourceKey.cs
- ProxyWebPartManager.cs
- ParameterModifier.cs
- HtmlInputPassword.cs
- ObjectParameterCollection.cs
- CompModSwitches.cs
- TransformGroup.cs
- SqlStream.cs
- BaseDataListComponentEditor.cs
- Vector3DCollectionValueSerializer.cs
- ManagedWndProcTracker.cs
- DataBoundControlDesigner.cs
- IndexExpression.cs
- XmlEntityReference.cs
- ContourSegment.cs
- ConfigXmlText.cs
- ScriptingJsonSerializationSection.cs
- DateTimeFormatInfoScanner.cs
- FontUnitConverter.cs
- HttpModuleCollection.cs
- DropShadowEffect.cs
- RegexWorker.cs
- AnimationClockResource.cs
- SubclassTypeValidator.cs
- TimeSpanValidator.cs
- StructuralObject.cs
- DbProviderFactories.cs
- XNodeValidator.cs
- ProviderUtil.cs
- ForwardPositionQuery.cs
- SingleQueryOperator.cs
- MemoryFailPoint.cs
- SequenceNumber.cs
- DataGridAutomationPeer.cs
- HyperLinkStyle.cs
- SHA1CryptoServiceProvider.cs
- TextRangeProviderWrapper.cs
- WindowsScrollBar.cs
- StylusCollection.cs
- WizardStepCollectionEditor.cs
- FixedSOMPageElement.cs
- FormsAuthenticationUserCollection.cs
- QueryOptionExpression.cs
- TextContainerHelper.cs
- WbmpConverter.cs
- BaseHashHelper.cs
- PreservationFileWriter.cs
- PropertyConverter.cs
- UpWmlPageAdapter.cs
- DataColumnPropertyDescriptor.cs
- StaticContext.cs
- WeakHashtable.cs
- QueryCursorEventArgs.cs
- SHA256.cs
- CmsUtils.cs
- CurrentTimeZone.cs
- UnsafeNativeMethodsTablet.cs
- DataGridViewTextBoxEditingControl.cs
- Int32RectConverter.cs
- Point3DCollection.cs
- AesCryptoServiceProvider.cs
- BitmapEffectOutputConnector.cs
- ApplicationServiceManager.cs
- SplitterEvent.cs
- mediapermission.cs
- RenderCapability.cs
- FixedHighlight.cs
- ToolboxItemAttribute.cs
- ReferencedCollectionType.cs
- HtmlString.cs
- ManualResetEvent.cs
- ComplexTypeEmitter.cs