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(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
- ProcessHostMapPath.cs
- StringSource.cs
- DataGridBoundColumn.cs
- SymbolEqualComparer.cs
- PathFigure.cs
- IisTraceWebEventProvider.cs
- RequestCacheValidator.cs
- UpdateCompiler.cs
- EditorAttribute.cs
- TreeNodeCollection.cs
- HwndProxyElementProvider.cs
- MetadataItem_Static.cs
- FocusChangedEventArgs.cs
- FactoryId.cs
- ListBoxChrome.cs
- AliasGenerator.cs
- PkcsUtils.cs
- InputLanguageManager.cs
- DbQueryCommandTree.cs
- ClientOptions.cs
- _NegoState.cs
- ScrollItemProviderWrapper.cs
- WebServiceHostFactory.cs
- BinaryExpressionHelper.cs
- DataFormats.cs
- EdmType.cs
- FileDialogCustomPlacesCollection.cs
- UInt64.cs
- VirtualDirectoryMapping.cs
- MergablePropertyAttribute.cs
- CheckoutException.cs
- ControlCodeDomSerializer.cs
- ObjectPersistData.cs
- InkCanvas.cs
- CollectionContainer.cs
- Base64Decoder.cs
- AddInActivator.cs
- NamespaceListProperty.cs
- GridSplitterAutomationPeer.cs
- TabControlToolboxItem.cs
- DnsCache.cs
- IdentitySection.cs
- NativeMethods.cs
- Size.cs
- ProcessModule.cs
- WaitForChangedResult.cs
- CheckedListBox.cs
- XmlWhitespace.cs
- SendKeys.cs
- BuildProviderUtils.cs
- ConstructorBuilder.cs
- Viewport2DVisual3D.cs
- MapPathBasedVirtualPathProvider.cs
- PathFigure.cs
- AttachedAnnotation.cs
- PassportPrincipal.cs
- ListSortDescriptionCollection.cs
- PackagePart.cs
- RichTextBox.cs
- InputProviderSite.cs
- SQLSingleStorage.cs
- Executor.cs
- WebServiceMethodData.cs
- DataRecord.cs
- BrowserCapabilitiesCodeGenerator.cs
- ImageAutomationPeer.cs
- XslCompiledTransform.cs
- CardSpaceSelector.cs
- SoapFault.cs
- Properties.cs
- ButtonChrome.cs
- EventLogger.cs
- ConnectionPoolManager.cs
- RegistrationContext.cs
- StatusBarPanelClickEvent.cs
- WindowsListViewGroupSubsetLink.cs
- ErrorHandler.cs
- CqlQuery.cs
- TagPrefixCollection.cs
- XmlNamedNodeMap.cs
- WebPartDeleteVerb.cs
- URIFormatException.cs
- SecurityUtils.cs
- AbstractDataSvcMapFileLoader.cs
- WebServiceParameterData.cs
- ExtensionWindowHeader.cs
- PropertyGeneratedEventArgs.cs
- MenuItemBinding.cs
- GiveFeedbackEvent.cs
- ControlPropertyNameConverter.cs
- WorkflowOperationInvoker.cs
- OdbcUtils.cs
- SerializerWriterEventHandlers.cs
- RepeatBehavior.cs
- FormViewUpdateEventArgs.cs
- EncodingInfo.cs
- ZipIORawDataFileBlock.cs
- TraceContext.cs
- OracleString.cs
- FixedFindEngine.cs