Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InteropBitmapSource.cs
- ColorKeyFrameCollection.cs
- MarkupExtensionSerializer.cs
- SecurityTokenProvider.cs
- HttpClientCertificate.cs
- DetailsViewCommandEventArgs.cs
- DefaultWorkflowSchedulerService.cs
- ArcSegment.cs
- TemplateInstanceAttribute.cs
- TemplateGroupCollection.cs
- XmlSerializerVersionAttribute.cs
- SymLanguageVendor.cs
- HttpVersion.cs
- GrammarBuilderBase.cs
- ClientScriptManagerWrapper.cs
- DataGridViewCellParsingEventArgs.cs
- SqlInternalConnectionSmi.cs
- SvcMapFileSerializer.cs
- PrincipalPermissionMode.cs
- BroadcastEventHelper.cs
- Task.cs
- SerialErrors.cs
- _emptywebproxy.cs
- LocatorPartList.cs
- PhysicalOps.cs
- RelationshipSet.cs
- RSAOAEPKeyExchangeDeformatter.cs
- DataTable.cs
- HistoryEventArgs.cs
- OracleCommandSet.cs
- XmlHierarchicalDataSourceView.cs
- ToolStripDropDownClosedEventArgs.cs
- PrimitiveXmlSerializers.cs
- Pen.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- CodeTypeOfExpression.cs
- XmlDocumentSerializer.cs
- DictionarySurrogate.cs
- Globals.cs
- RowType.cs
- RSAPKCS1SignatureFormatter.cs
- IntegerValidatorAttribute.cs
- CustomAttributeFormatException.cs
- TextPointer.cs
- TrackingServices.cs
- CharAnimationBase.cs
- InfoCardCryptoHelper.cs
- ListComponentEditor.cs
- ListControl.cs
- LinkDescriptor.cs
- StretchValidation.cs
- RulePatternOps.cs
- HtmlMeta.cs
- Evidence.cs
- CryptoStream.cs
- IApplicationTrustManager.cs
- StoreContentChangedEventArgs.cs
- RegionInfo.cs
- XmlDataSourceView.cs
- FilterQuery.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- SimpleApplicationHost.cs
- LogSwitch.cs
- HttpModulesInstallComponent.cs
- DelegatedStream.cs
- XmlTextReader.cs
- ObjectStorage.cs
- WindowsStreamSecurityUpgradeProvider.cs
- TimeSpanValidatorAttribute.cs
- SQLInt32Storage.cs
- BinHexEncoder.cs
- TypeKeyValue.cs
- ConstraintManager.cs
- PageClientProxyGenerator.cs
- RawMouseInputReport.cs
- AssemblyCache.cs
- BindToObject.cs
- SurrogateChar.cs
- FloaterBaseParagraph.cs
- XmlAnyElementAttributes.cs
- DesignerActionUIStateChangeEventArgs.cs
- SafeNativeMethods.cs
- MenuItemBinding.cs
- Environment.cs
- EndpointConfigContainer.cs
- Quad.cs
- ScriptIgnoreAttribute.cs
- WebControlParameterProxy.cs
- AsymmetricKeyExchangeFormatter.cs
- DesignTimeType.cs
- DataProtection.cs
- DataGridViewRowPostPaintEventArgs.cs
- PlatformCulture.cs
- X509Certificate.cs
- ComponentResourceManager.cs
- DataGridViewDesigner.cs
- ScopelessEnumAttribute.cs
- RoleManagerSection.cs
- CodeObjectCreateExpression.cs
- ObjectDataSourceSelectingEventArgs.cs