Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ExpandedWrapper.cs
- ScriptingSectionGroup.cs
- XmlCodeExporter.cs
- Parameter.cs
- Function.cs
- WindowsButton.cs
- AnnotationMap.cs
- ImageClickEventArgs.cs
- VarInfo.cs
- Visual3DCollection.cs
- DynamicILGenerator.cs
- ThrowHelper.cs
- ReadContentAsBinaryHelper.cs
- Matrix3DStack.cs
- ConfigurationConverterBase.cs
- Button.cs
- ConstrainedDataObject.cs
- DataGridViewAccessibleObject.cs
- SessionStateItemCollection.cs
- Pens.cs
- ToolStripSeparator.cs
- BindingsCollection.cs
- UnsafeNativeMethods.cs
- SplineQuaternionKeyFrame.cs
- VoiceSynthesis.cs
- SparseMemoryStream.cs
- NativeMethodsOther.cs
- RuntimeResourceSet.cs
- DataGridView.cs
- AsyncPostBackErrorEventArgs.cs
- MarkupWriter.cs
- BinaryMethodMessage.cs
- Stroke2.cs
- PresentationAppDomainManager.cs
- XmlNamespaceDeclarationsAttribute.cs
- StaticSiteMapProvider.cs
- WebContext.cs
- ControlIdConverter.cs
- Crypto.cs
- XmlBindingWorker.cs
- PrintController.cs
- EntityType.cs
- BasicExpandProvider.cs
- WebPartEditVerb.cs
- TextStore.cs
- ResourceDefaultValueAttribute.cs
- TransformerTypeCollection.cs
- IndexerNameAttribute.cs
- TimeSpan.cs
- CssTextWriter.cs
- NewArrayExpression.cs
- Nullable.cs
- MarkupExtensionParser.cs
- X509WindowsSecurityToken.cs
- TextModifierScope.cs
- XmlNodeChangedEventArgs.cs
- MetadataPropertyCollection.cs
- Rectangle.cs
- EditorZoneBase.cs
- ColorBlend.cs
- Set.cs
- PermissionSetEnumerator.cs
- XmlSchemaGroupRef.cs
- TemplateControlParser.cs
- CompilerTypeWithParams.cs
- MediaScriptCommandRoutedEventArgs.cs
- DataBindingHandlerAttribute.cs
- LocalizableAttribute.cs
- JsonDataContract.cs
- ProviderConnectionPoint.cs
- RightsManagementInformation.cs
- PeerIPHelper.cs
- FixedFindEngine.cs
- SimpleHandlerFactory.cs
- VirtualPathUtility.cs
- DataGridViewCell.cs
- BuildProvider.cs
- KeyedCollection.cs
- DataGridViewCellConverter.cs
- DataGridViewComboBoxCell.cs
- ExeConfigurationFileMap.cs
- ClientCultureInfo.cs
- TypeLibConverter.cs
- DebuggerAttributes.cs
- ScriptingScriptResourceHandlerSection.cs
- ErrorFormatter.cs
- ItemsControl.cs
- SourceFileInfo.cs
- ScriptRegistrationManager.cs
- SQLBytes.cs
- BuildProviderAppliesToAttribute.cs
- EditingMode.cs
- ConstraintEnumerator.cs
- TableCellAutomationPeer.cs
- IdentityValidationException.cs
- ProcessMonitor.cs
- RemotingException.cs
- CompatibleComparer.cs
- SqlTypeConverter.cs
- TimerElapsedEvenArgs.cs