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
- CellParagraph.cs
- ComponentDispatcherThread.cs
- XmlObjectSerializerContext.cs
- PartialList.cs
- LinearGradientBrush.cs
- RoutedEventConverter.cs
- PreloadHost.cs
- XmlCountingReader.cs
- MD5.cs
- SequenceDesigner.cs
- GetPageCompletedEventArgs.cs
- ContentElement.cs
- Recipient.cs
- LateBoundBitmapDecoder.cs
- SqlDataSourceCache.cs
- DocumentGrid.cs
- FileEnumerator.cs
- DataServiceBuildProvider.cs
- SafeNativeMethodsOther.cs
- PointValueSerializer.cs
- ContentElement.cs
- followingquery.cs
- ValueTypeFieldReference.cs
- CommandSet.cs
- TypeHelpers.cs
- ArgumentOutOfRangeException.cs
- _BaseOverlappedAsyncResult.cs
- StatusBarAutomationPeer.cs
- NextPreviousPagerField.cs
- ObjectSecurityT.cs
- Attributes.cs
- XmlWrappingReader.cs
- WsatConfiguration.cs
- OutOfProcStateClientManager.cs
- WebUtil.cs
- ImmutableCollection.cs
- DescendantOverDescendantQuery.cs
- EventSchemaTraceListener.cs
- ValidationErrorCollection.cs
- GlobalizationSection.cs
- DbMetaDataFactory.cs
- DeleteMemberBinder.cs
- BrushMappingModeValidation.cs
- DSACryptoServiceProvider.cs
- HttpListenerException.cs
- Predicate.cs
- HtmlCalendarAdapter.cs
- UrlUtility.cs
- PasswordTextContainer.cs
- InputBuffer.cs
- DefaultTraceListener.cs
- CodeArrayCreateExpression.cs
- Int32Rect.cs
- Form.cs
- Enum.cs
- FilterElement.cs
- XmlException.cs
- HttpModulesSection.cs
- SafeNativeMethods.cs
- SchemaElementLookUpTableEnumerator.cs
- Glyph.cs
- ObjectSelectorEditor.cs
- SqlDependencyUtils.cs
- WebScriptMetadataMessage.cs
- OracleException.cs
- Transform3DGroup.cs
- uribuilder.cs
- ComPlusDiagnosticTraceRecords.cs
- Model3DGroup.cs
- WindowsUpDown.cs
- CompositeFontFamily.cs
- ContextMenu.cs
- BreakSafeBase.cs
- CfgParser.cs
- UnmanagedMemoryStreamWrapper.cs
- Crypto.cs
- KnownTypes.cs
- _ChunkParse.cs
- SerialReceived.cs
- designeractionlistschangedeventargs.cs
- InputBinder.cs
- InkPresenter.cs
- WebPartDisplayMode.cs
- MetadataArtifactLoaderCompositeFile.cs
- SpotLight.cs
- SqlPersonalizationProvider.cs
- SelectionRange.cs
- IdentifierService.cs
- CheckedListBox.cs
- SortKey.cs
- ColorContextHelper.cs
- ScriptingWebServicesSectionGroup.cs
- recordstate.cs
- odbcmetadatafactory.cs
- PeerResolverSettings.cs
- ConnectionsZone.cs
- FillBehavior.cs
- SystemResourceKey.cs
- AncestorChangedEventArgs.cs
- FrugalList.cs