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
- XmlSchemaAnnotation.cs
- SiteMapNodeCollection.cs
- TemplateControlCodeDomTreeGenerator.cs
- TrustManagerPromptUI.cs
- MailBnfHelper.cs
- SerializationInfoEnumerator.cs
- SplitterCancelEvent.cs
- FeatureSupport.cs
- EventData.cs
- TextEncodedRawTextWriter.cs
- MenuScrollingVisibilityConverter.cs
- DataGridViewRowCollection.cs
- NetworkInterface.cs
- XmlNodeList.cs
- Vector3DConverter.cs
- DynamicEndpointElement.cs
- oledbmetadatacollectionnames.cs
- Visitor.cs
- PrintPreviewGraphics.cs
- AppPool.cs
- PartManifestEntry.cs
- ControlBuilder.cs
- LabelDesigner.cs
- MutexSecurity.cs
- MenuItem.cs
- GeneralTransform3D.cs
- IntSecurity.cs
- TypeBuilderInstantiation.cs
- DataServiceSaveChangesEventArgs.cs
- ExpressionBuilderContext.cs
- unsafenativemethodstextservices.cs
- ChildrenQuery.cs
- HybridDictionary.cs
- StaticContext.cs
- DataGridTextBox.cs
- HttpListenerPrefixCollection.cs
- RequestQueue.cs
- TypeUnloadedException.cs
- KeyValueConfigurationCollection.cs
- ObjectManager.cs
- HttpEncoderUtility.cs
- GrammarBuilderRuleRef.cs
- XamlStackWriter.cs
- TableCellAutomationPeer.cs
- CertificateReferenceElement.cs
- NativeMethods.cs
- coordinatorscratchpad.cs
- ObjectNotFoundException.cs
- TransactionValidationBehavior.cs
- DBDataPermission.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- BaseCAMarshaler.cs
- ConnectivityStatus.cs
- ProtocolsSection.cs
- XmlSignatureManifest.cs
- GeometryCollection.cs
- MenuEventArgs.cs
- _LocalDataStoreMgr.cs
- ComponentCodeDomSerializer.cs
- RuleSetDialog.cs
- SpeechSeg.cs
- ManifestResourceInfo.cs
- XPathDocument.cs
- FunctionParameter.cs
- Set.cs
- Preprocessor.cs
- VectorKeyFrameCollection.cs
- DaylightTime.cs
- DragStartedEventArgs.cs
- JavaScriptObjectDeserializer.cs
- HashMembershipCondition.cs
- EFAssociationProvider.cs
- DataSourceCacheDurationConverter.cs
- InfoCardConstants.cs
- MethodBody.cs
- CheckBoxList.cs
- X509CertificateCollection.cs
- HTMLTextWriter.cs
- XmlObjectSerializerWriteContextComplex.cs
- PanelDesigner.cs
- DbQueryCommandTree.cs
- QilFunction.cs
- BaseUriHelper.cs
- COAUTHINFO.cs
- AttachedAnnotationChangedEventArgs.cs
- TemplateBuilder.cs
- EntityDataSourceStatementEditorForm.cs
- HttpPostedFileBase.cs
- DataBindingValueUIHandler.cs
- SQLDecimalStorage.cs
- StructuralType.cs
- SelectingProviderEventArgs.cs
- SmtpSection.cs
- X509SecurityTokenParameters.cs
- XmlCharType.cs
- Select.cs
- indexingfiltermarshaler.cs
- SerializationAttributes.cs
- EventData.cs
- SeverityFilter.cs