Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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(EnumerableRowCollectionenumerableTable, 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(EnumerableRowCollectionenumerableTable, 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
- DataKey.cs
- FillErrorEventArgs.cs
- XmlSignatureManifest.cs
- ContentDesigner.cs
- XslNumber.cs
- DataGridHeaderBorder.cs
- DocumentGridContextMenu.cs
- ComplexPropertyEntry.cs
- WorkflowQueueInfo.cs
- ServicesExceptionNotHandledEventArgs.cs
- AnimatedTypeHelpers.cs
- WebPartMinimizeVerb.cs
- AnnotationResourceChangedEventArgs.cs
- WCFServiceClientProxyGenerator.cs
- CheckBoxRenderer.cs
- Module.cs
- xmlfixedPageInfo.cs
- ParseNumbers.cs
- Int32RectValueSerializer.cs
- DrawingContextWalker.cs
- DynamicActionMessageFilter.cs
- ProtocolElement.cs
- DataRecordObjectView.cs
- MetaColumn.cs
- PageSettings.cs
- SqlDependencyListener.cs
- HttpStaticObjectsCollectionBase.cs
- ManipulationCompletedEventArgs.cs
- UInt16.cs
- UnsignedPublishLicense.cs
- URLString.cs
- HttpRuntimeSection.cs
- NullableDoubleAverageAggregationOperator.cs
- TextParagraphView.cs
- CompiledXpathExpr.cs
- TabControl.cs
- unsafenativemethodstextservices.cs
- ZoneButton.cs
- Button.cs
- SerializerProvider.cs
- DateTimeEditor.cs
- ProfilePropertySettingsCollection.cs
- HttpValueCollection.cs
- PropertyChangedEventManager.cs
- UnsafeNativeMethodsTablet.cs
- StoreAnnotationsMap.cs
- ToolStripTextBox.cs
- InvalidDataException.cs
- ReverseInheritProperty.cs
- PersonalizableTypeEntry.cs
- ObjectManager.cs
- SBCSCodePageEncoding.cs
- RawTextInputReport.cs
- _ConnectOverlappedAsyncResult.cs
- IfAction.cs
- MultipartContentParser.cs
- VersionPair.cs
- CalloutQueueItem.cs
- DependencyObjectType.cs
- GridItemProviderWrapper.cs
- Internal.cs
- ListCollectionView.cs
- StateDesigner.LayoutSelectionGlyph.cs
- SQLDouble.cs
- AuthenticationModulesSection.cs
- ErrorWebPart.cs
- HwndHostAutomationPeer.cs
- CryptoHelper.cs
- AuthenticatedStream.cs
- CompiledQueryCacheKey.cs
- ToolStripScrollButton.cs
- SubpageParagraph.cs
- RuntimeIdentifierPropertyAttribute.cs
- CompoundFileStorageReference.cs
- SrgsDocumentParser.cs
- SessionPageStatePersister.cs
- NotifyCollectionChangedEventArgs.cs
- TrackingProfileCache.cs
- LinkArea.cs
- XmlDocumentFragment.cs
- DataGridPagerStyle.cs
- SevenBitStream.cs
- DynamicRenderer.cs
- XmlMapping.cs
- DataViewSetting.cs
- ConfigViewGenerator.cs
- DbParameterHelper.cs
- FixedSOMFixedBlock.cs
- ComplusTypeValidator.cs
- ZoneButton.cs
- DesignerActionUIStateChangeEventArgs.cs
- XmlWriterSettings.cs
- StagingAreaInputItem.cs
- AdjustableArrowCap.cs
- XmlSortKey.cs
- ConfigurationStrings.cs
- StreamingContext.cs
- DesignTimeTemplateParser.cs
- BezierSegment.cs
- MDIWindowDialog.cs