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(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
- ErrorRuntimeConfig.cs
- WindowsButton.cs
- AuthenticationModuleElement.cs
- ImageCollectionEditor.cs
- ProfileSettings.cs
- Single.cs
- RequestCachePolicyConverter.cs
- QuaternionAnimation.cs
- ListViewGroupItemCollection.cs
- PrtTicket_Public.cs
- ImportContext.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- XmlSchemaObjectTable.cs
- WebZone.cs
- ScrollProperties.cs
- Point3DCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- ProcessModelInfo.cs
- UIServiceHelper.cs
- Visitors.cs
- FontUnitConverter.cs
- SimpleRecyclingCache.cs
- UpdatePanel.cs
- XmlSchemaAnyAttribute.cs
- DeflateEmulationStream.cs
- DataPagerFieldCollection.cs
- FormViewUpdatedEventArgs.cs
- PkcsMisc.cs
- ToolBarButtonClickEvent.cs
- LicFileLicenseProvider.cs
- EntityDataSourceChangingEventArgs.cs
- SimpleBitVector32.cs
- DrawListViewColumnHeaderEventArgs.cs
- Focus.cs
- DrawingContext.cs
- DataRelationPropertyDescriptor.cs
- AsyncCompletedEventArgs.cs
- DBAsyncResult.cs
- MarkedHighlightComponent.cs
- PropertyBuilder.cs
- HttpApplicationStateWrapper.cs
- StreamReader.cs
- SplitterEvent.cs
- FontFamily.cs
- HttpRawResponse.cs
- ModelProperty.cs
- XsdBuilder.cs
- DataGridState.cs
- SeparatorAutomationPeer.cs
- PartialList.cs
- BinHexEncoding.cs
- relpropertyhelper.cs
- SplitContainerDesigner.cs
- ContextQuery.cs
- TemplatePropertyEntry.cs
- DrawingState.cs
- ProxyManager.cs
- XsltLoader.cs
- ScriptResourceInfo.cs
- UnsupportedPolicyOptionsException.cs
- ArraySubsetEnumerator.cs
- DesignerDataColumn.cs
- CfgSemanticTag.cs
- ServiceChannelManager.cs
- CompilerTypeWithParams.cs
- ListControl.cs
- GeneralTransform3D.cs
- CommittableTransaction.cs
- EpmSourcePathSegment.cs
- DataPagerCommandEventArgs.cs
- PointCollectionConverter.cs
- CompressedStack.cs
- TaskFileService.cs
- PrintPreviewDialog.cs
- AutomationElementIdentifiers.cs
- NonClientArea.cs
- DataGridRowAutomationPeer.cs
- BoolExpression.cs
- ServiceNameElement.cs
- SourceFileBuildProvider.cs
- TabControl.cs
- MetadataItemEmitter.cs
- httpapplicationstate.cs
- DataGridRow.cs
- UpDownEvent.cs
- SaveFileDialogDesigner.cs
- ToolBarButtonDesigner.cs
- Evaluator.cs
- ResourceLoader.cs
- SortDescriptionCollection.cs
- HtmlContainerControl.cs
- RegexTree.cs
- EventProviderWriter.cs
- InteropBitmapSource.cs
- EnumerableCollectionView.cs
- StickyNoteContentControl.cs
- WebReferencesBuildProvider.cs
- Transform.cs
- Label.cs
- DbException.cs