Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DesignSurfaceCollection.cs
- XmlRawWriter.cs
- XmlMembersMapping.cs
- ObjectNotFoundException.cs
- DesignerCommandAdapter.cs
- SchemaElementDecl.cs
- ClientTargetSection.cs
- Evidence.cs
- SineEase.cs
- BuildResult.cs
- X500Name.cs
- ResourceReferenceExpression.cs
- precedingquery.cs
- FontFaceLayoutInfo.cs
- UniqueEventHelper.cs
- future.cs
- TypeUtil.cs
- DataServiceException.cs
- ProviderException.cs
- shaper.cs
- WinOEToolBoxItem.cs
- XmlCustomFormatter.cs
- TagMapCollection.cs
- CodeArrayCreateExpression.cs
- InternalTypeHelper.cs
- ConsoleTraceListener.cs
- OrderedDictionaryStateHelper.cs
- NumberSubstitution.cs
- ProcessInputEventArgs.cs
- DependencyPropertyConverter.cs
- XmlElementList.cs
- ConfigurationElement.cs
- MarkupCompiler.cs
- SelectorItemAutomationPeer.cs
- TextServicesProperty.cs
- DataGridCommandEventArgs.cs
- Walker.cs
- StandardToolWindows.cs
- ComponentConverter.cs
- JavaScriptString.cs
- NonBatchDirectoryCompiler.cs
- List.cs
- SystemResourceKey.cs
- __ComObject.cs
- DefaultMergeHelper.cs
- MatrixConverter.cs
- MouseGestureConverter.cs
- ConstructorBuilder.cs
- Translator.cs
- HttpRuntime.cs
- DeferredTextReference.cs
- HttpHandlerActionCollection.cs
- Error.cs
- DocumentPageHost.cs
- GeometryModel3D.cs
- TableCell.cs
- EditorZoneBase.cs
- WebZone.cs
- WinEventQueueItem.cs
- EndpointDiscoveryMetadata11.cs
- Delegate.cs
- XmlSchemaSimpleContentRestriction.cs
- KerberosSecurityTokenAuthenticator.cs
- WebPartConnectionsCloseVerb.cs
- EntityContainer.cs
- ValidatingPropertiesEventArgs.cs
- DiagnosticTrace.cs
- MemoryStream.cs
- MruCache.cs
- Crc32Helper.cs
- MsmqDiagnostics.cs
- SimpleType.cs
- VBCodeProvider.cs
- ValueTypeFixupInfo.cs
- COM2ExtendedUITypeEditor.cs
- Evidence.cs
- StreamGeometry.cs
- RuntimeEnvironment.cs
- SequentialOutput.cs
- SpinLock.cs
- ListItemConverter.cs
- ShaperBuffers.cs
- ColumnMapVisitor.cs
- EmptyWithCancelationCheckWorkItem.cs
- DataColumnPropertyDescriptor.cs
- CultureSpecificStringDictionary.cs
- ToolStripManager.cs
- TimeIntervalCollection.cs
- DialogResultConverter.cs
- TTSVoice.cs
- SiteMapNodeItem.cs
- RadioButtonFlatAdapter.cs
- WebPartConnectionsCancelEventArgs.cs
- DataGridHyperlinkColumn.cs
- SubMenuStyle.cs
- StrokeFIndices.cs
- Pen.cs
- TypedAsyncResult.cs
- InstanceKeyCompleteException.cs
- PropertyConverter.cs