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
- EndpointBehaviorElement.cs
- UserNameSecurityToken.cs
- ClientEventManager.cs
- WinEventHandler.cs
- CodeEventReferenceExpression.cs
- DataGridSortCommandEventArgs.cs
- SelectedGridItemChangedEvent.cs
- XsdBuildProvider.cs
- DropDownList.cs
- DrawingState.cs
- ComEventsSink.cs
- mediaclock.cs
- StrokeIntersection.cs
- SamlAdvice.cs
- ChtmlTextBoxAdapter.cs
- String.cs
- MessageQueuePermissionEntry.cs
- DynamicQueryableWrapper.cs
- BindingBase.cs
- AppDomainShutdownMonitor.cs
- EmptyStringExpandableObjectConverter.cs
- DictionaryBase.cs
- XPathNodePointer.cs
- Dictionary.cs
- CacheAxisQuery.cs
- RegexCaptureCollection.cs
- SecurityPermission.cs
- SoapSchemaMember.cs
- ReadContentAsBinaryHelper.cs
- DBSqlParser.cs
- FocusTracker.cs
- StylusPointPropertyInfoDefaults.cs
- OdbcHandle.cs
- BuilderInfo.cs
- Package.cs
- SudsParser.cs
- EventLogHandle.cs
- ButtonDesigner.cs
- NumberFunctions.cs
- ThousandthOfEmRealDoubles.cs
- CompiledAction.cs
- DrawingAttributes.cs
- Image.cs
- SQLGuid.cs
- EncryptedKey.cs
- NavigatingCancelEventArgs.cs
- FocusWithinProperty.cs
- LinearKeyFrames.cs
- GZipUtils.cs
- WebPartZone.cs
- BreakRecordTable.cs
- FontDifferentiator.cs
- WebPartCloseVerb.cs
- BaseTreeIterator.cs
- XmlDictionaryReaderQuotas.cs
- ListQueryResults.cs
- ConfigurationProperty.cs
- CodeGotoStatement.cs
- RelationshipFixer.cs
- ClrProviderManifest.cs
- HttpCachePolicyBase.cs
- DataControlField.cs
- BamlRecordWriter.cs
- MobileContainerDesigner.cs
- OdbcRowUpdatingEvent.cs
- ProvidePropertyAttribute.cs
- XmlSchemaObject.cs
- ContextStaticAttribute.cs
- FamilyMap.cs
- Operator.cs
- SelectedGridItemChangedEvent.cs
- CodePropertyReferenceExpression.cs
- HitTestParameters3D.cs
- MatrixCamera.cs
- IndentTextWriter.cs
- DataGridViewComboBoxColumn.cs
- EntryPointNotFoundException.cs
- ToolStripScrollButton.cs
- RoleManagerModule.cs
- MultipleViewPatternIdentifiers.cs
- mediapermission.cs
- HandoffBehavior.cs
- DataGridViewColumnCollection.cs
- DataGridViewTextBoxCell.cs
- DefaultParameterValueAttribute.cs
- SoapReflectionImporter.cs
- RectKeyFrameCollection.cs
- CqlWriter.cs
- DefaultObjectMappingItemCollection.cs
- HttpServerUtilityWrapper.cs
- RegexNode.cs
- ProgressBar.cs
- ReferenceService.cs
- WebPartTransformerCollection.cs
- externdll.cs
- HttpInputStream.cs
- MenuStrip.cs
- ClientUtils.cs
- CodeAccessPermission.cs
- ContentElementAutomationPeer.cs