Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataSet / System / Data / OrderedEnumerableRowCollection.cs / 1305376 / 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
- XmlSchemaProviderAttribute.cs
- InspectionWorker.cs
- CryptoHandle.cs
- OptimalBreakSession.cs
- SymbolTable.cs
- AutomationPropertyInfo.cs
- TraceUtility.cs
- HttpBufferlessInputStream.cs
- UnsafeNativeMethodsMilCoreApi.cs
- UrlPropertyAttribute.cs
- FlowDocumentPage.cs
- RewritingPass.cs
- BCLDebug.cs
- ParsedAttributeCollection.cs
- ToolStripHighContrastRenderer.cs
- TextBoxBase.cs
- StructuredCompositeActivityDesigner.cs
- DefaultObjectMappingItemCollection.cs
- DataProviderNameConverter.cs
- TreeViewCancelEvent.cs
- RegexCapture.cs
- TextControlDesigner.cs
- HighlightComponent.cs
- LongAverageAggregationOperator.cs
- Select.cs
- WorkflowRuntimeService.cs
- GeneralTransform3DTo2D.cs
- RegisteredDisposeScript.cs
- ListViewCommandEventArgs.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- SecurityTimestamp.cs
- PersonalizationState.cs
- GiveFeedbackEventArgs.cs
- FeedUtils.cs
- InternalSafeNativeMethods.cs
- FixedLineResult.cs
- FlowDocumentFormatter.cs
- InputScope.cs
- CodeValidator.cs
- ProxyWebPartManager.cs
- SimpleTypeResolver.cs
- APCustomTypeDescriptor.cs
- CannotUnloadAppDomainException.cs
- DesignerWidgets.cs
- WindowsSysHeader.cs
- OneOf.cs
- ScaleTransform3D.cs
- SQLBoolean.cs
- FormView.cs
- XamlBuildTaskServices.cs
- XPathBuilder.cs
- PolicyManager.cs
- RNGCryptoServiceProvider.cs
- TdsParserSafeHandles.cs
- InteropAutomationProvider.cs
- ConfigXmlSignificantWhitespace.cs
- CodeGenerator.cs
- OracleEncoding.cs
- Predicate.cs
- ConditionedDesigner.cs
- ObjectListComponentEditor.cs
- GlyphShapingProperties.cs
- BigInt.cs
- Stylesheet.cs
- _Connection.cs
- ScrollBar.cs
- XamlStackWriter.cs
- RecognizerStateChangedEventArgs.cs
- Trace.cs
- DiscoveryRequestHandler.cs
- ArgumentNullException.cs
- HostProtectionException.cs
- WindowsFormsHostAutomationPeer.cs
- HttpConfigurationSystem.cs
- CallbackHandler.cs
- AsnEncodedData.cs
- EmptyEnumerator.cs
- CodeBlockBuilder.cs
- FormViewModeEventArgs.cs
- WindowsStatusBar.cs
- ScriptingWebServicesSectionGroup.cs
- ListSortDescriptionCollection.cs
- EventHandlerList.cs
- TextMetrics.cs
- EnumValAlphaComparer.cs
- OleDbCommandBuilder.cs
- Effect.cs
- AccessedThroughPropertyAttribute.cs
- StylusButtonCollection.cs
- SiteMapNode.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DBCommandBuilder.cs
- CodeTypeMember.cs
- RawStylusInputCustomDataList.cs
- ReferenceService.cs
- XPathAncestorQuery.cs
- ProfilePropertyMetadata.cs
- SettingsSection.cs
- ScrollItemPattern.cs
- PartialTrustHelpers.cs