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
- Utils.cs
- ExpressionBuilder.cs
- StyleSheetDesigner.cs
- XmlBinaryWriterSession.cs
- TextEditorCopyPaste.cs
- FileClassifier.cs
- SystemEvents.cs
- ListViewCommandEventArgs.cs
- EUCJPEncoding.cs
- SHA256.cs
- CustomExpressionEventArgs.cs
- ListItemParagraph.cs
- XmlNodeReader.cs
- RichTextBoxConstants.cs
- EventSetter.cs
- GridPattern.cs
- RecognitionEventArgs.cs
- FrameworkContextData.cs
- TextTreeRootNode.cs
- AttachedProperty.cs
- SafeCloseHandleCritical.cs
- AnimationClock.cs
- _TransmitFileOverlappedAsyncResult.cs
- ToolCreatedEventArgs.cs
- TypeUnloadedException.cs
- DataKey.cs
- FontInfo.cs
- ContractCodeDomInfo.cs
- XmlCDATASection.cs
- ImageSourceConverter.cs
- ProjectionPlanCompiler.cs
- WindowsScroll.cs
- GeneralTransform3D.cs
- ManagedCodeMarkers.cs
- XmlQueryCardinality.cs
- IgnoreFileBuildProvider.cs
- dtdvalidator.cs
- SiteMapNodeCollection.cs
- XPathParser.cs
- AssemblyAssociatedContentFileAttribute.cs
- DataContext.cs
- QuadraticBezierSegment.cs
- CounterCreationData.cs
- SmiGettersStream.cs
- ForceCopyBuildProvider.cs
- EtwTrackingParticipant.cs
- OracleParameter.cs
- HyperLinkStyle.cs
- ParameterExpression.cs
- BaseParaClient.cs
- CodeGeneratorOptions.cs
- FrugalList.cs
- XmlSchemaSimpleType.cs
- NameTable.cs
- Inflater.cs
- ScrollPattern.cs
- ImportedPolicyConversionContext.cs
- AsyncCompletedEventArgs.cs
- Transform.cs
- ColorComboBox.cs
- HebrewNumber.cs
- SecurityListenerSettingsLifetimeManager.cs
- CoreSwitches.cs
- SerializationInfoEnumerator.cs
- ProxyElement.cs
- CurrencyWrapper.cs
- SinglePageViewer.cs
- DbConnectionPoolOptions.cs
- CodeExpressionCollection.cs
- Pkcs7Signer.cs
- DeferredSelectedIndexReference.cs
- InputScope.cs
- AbsoluteQuery.cs
- DecoderExceptionFallback.cs
- safex509handles.cs
- SiteMapDataSourceView.cs
- HighlightOverlayGlyph.cs
- ConfigXmlWhitespace.cs
- ListViewItem.cs
- NameTable.cs
- ApplicationContext.cs
- WebPartDisplayMode.cs
- TextDataBindingHandler.cs
- XmlQueryRuntime.cs
- TreeViewImageIndexConverter.cs
- RelatedImageListAttribute.cs
- Typography.cs
- DispatcherHookEventArgs.cs
- HtmlLiteralTextAdapter.cs
- BamlLocalizableResource.cs
- PingReply.cs
- Header.cs
- BorderGapMaskConverter.cs
- BitmapMetadataBlob.cs
- GraphicsState.cs
- ProfileSettings.cs
- UnionCodeGroup.cs
- Brushes.cs
- ValidationPropertyAttribute.cs
- ConditionalAttribute.cs