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
- CodeBlockBuilder.cs
- StylusTip.cs
- MsmqTransportSecurity.cs
- FieldToken.cs
- MessageUtil.cs
- WsatConfiguration.cs
- X509Certificate.cs
- Polygon.cs
- MetadataPropertyCollection.cs
- ToolBarTray.cs
- ButtonBaseDesigner.cs
- FixedPageAutomationPeer.cs
- SqlDelegatedTransaction.cs
- ImageSourceConverter.cs
- DbConnectionInternal.cs
- PrefixQName.cs
- TextServicesCompartmentEventSink.cs
- xmlfixedPageInfo.cs
- NativeWindow.cs
- OpacityConverter.cs
- TreeNode.cs
- FormViewInsertedEventArgs.cs
- MatrixAnimationUsingPath.cs
- TargetControlTypeCache.cs
- FileSystemInfo.cs
- BlockExpression.cs
- CriticalExceptions.cs
- EntityDataSourceViewSchema.cs
- DesignerHost.cs
- CustomCredentialPolicy.cs
- BamlTreeNode.cs
- GuidelineSet.cs
- FixedDSBuilder.cs
- CTreeGenerator.cs
- ObjectListGeneralPage.cs
- StrokeDescriptor.cs
- NumberSubstitution.cs
- ProtectedProviderSettings.cs
- keycontainerpermission.cs
- PenContexts.cs
- PageAdapter.cs
- Utility.cs
- FormsAuthenticationEventArgs.cs
- RadioButtonRenderer.cs
- BaseParagraph.cs
- BindingMemberInfo.cs
- ListViewGroupItemCollection.cs
- NeutralResourcesLanguageAttribute.cs
- SafeFileMappingHandle.cs
- XPathNavigatorReader.cs
- DesignerVerbCollection.cs
- DesignerSerializerAttribute.cs
- LinkedList.cs
- LinqDataSourceSelectEventArgs.cs
- CollectionType.cs
- DoubleCollectionConverter.cs
- ConfigurationManagerInternalFactory.cs
- DescriptionAttribute.cs
- SetterBase.cs
- FileLoadException.cs
- IpcManager.cs
- NetworkStream.cs
- ConfigurationManagerHelper.cs
- SmtpClient.cs
- tooltip.cs
- _LocalDataStoreMgr.cs
- UpdateException.cs
- XmlArrayItemAttributes.cs
- SqlDataSourceCache.cs
- PresentationAppDomainManager.cs
- SqlRecordBuffer.cs
- ViewGenResults.cs
- DeobfuscatingStream.cs
- odbcmetadatacollectionnames.cs
- CursorInteropHelper.cs
- HuffmanTree.cs
- UnconditionalPolicy.cs
- FontInfo.cs
- DbMetaDataFactory.cs
- CheckBoxFlatAdapter.cs
- WebCategoryAttribute.cs
- ResourceAssociationTypeEnd.cs
- SoapExtensionStream.cs
- VisualStyleTypesAndProperties.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- TdsParserStateObject.cs
- DbConnectionStringBuilder.cs
- MobileComponentEditorPage.cs
- FloaterParagraph.cs
- WindowsListViewSubItem.cs
- PageRanges.cs
- WebPartDisplayModeCancelEventArgs.cs
- DbProviderConfigurationHandler.cs
- CacheDependency.cs
- EntityDataSourceEntitySetNameItem.cs
- PopupRootAutomationPeer.cs
- InfoCardProofToken.cs
- DrawingAttributes.cs
- BitmapDownload.cs
- GenericUriParser.cs