Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ALinq / QueryOptionExpression.cs / 1305376 / QueryOptionExpression.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Respresents a query option in resource bound expression tree. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; using System.Diagnostics; using System.Linq.Expressions; ////// An resource specific expression representing a query option. /// internal abstract class QueryOptionExpression : Expression { ////// Creates a QueryOptionExpression expression /// /// expression node type /// the return type of the expression #pragma warning disable 618 internal QueryOptionExpression(ExpressionType nodeType, Type type) : base(nodeType, type) { } #pragma warning restore 618 ////// Composes the ///expression with this one when it's specified multiple times. /// to compose. /// /// The expression that results from composing the internal virtual QueryOptionExpression ComposeMultipleSpecification(QueryOptionExpression previous) { Debug.Assert(previous != null, "other != null"); Debug.Assert(previous.GetType() == this.GetType(), "other.GetType == this.GetType() -- otherwise it's not the same specification"); return this; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //expression with this one. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //// Respresents a query option in resource bound expression tree. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; using System.Diagnostics; using System.Linq.Expressions; ////// An resource specific expression representing a query option. /// internal abstract class QueryOptionExpression : Expression { ////// Creates a QueryOptionExpression expression /// /// expression node type /// the return type of the expression #pragma warning disable 618 internal QueryOptionExpression(ExpressionType nodeType, Type type) : base(nodeType, type) { } #pragma warning restore 618 ////// Composes the ///expression with this one when it's specified multiple times. /// to compose. /// /// The expression that results from composing the internal virtual QueryOptionExpression ComposeMultipleSpecification(QueryOptionExpression previous) { Debug.Assert(previous != null, "other != null"); Debug.Assert(previous.GetType() == this.GetType(), "other.GetType == this.GetType() -- otherwise it's not the same specification"); return this; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.expression with this one. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ValidationErrorInfo.cs
- SiteMapNodeItemEventArgs.cs
- PropertySegmentSerializationProvider.cs
- DataExpression.cs
- OdbcRowUpdatingEvent.cs
- XmlAttributeCache.cs
- IteratorDescriptor.cs
- InputProviderSite.cs
- XMLSchema.cs
- SvcMapFileSerializer.cs
- PasswordBoxAutomationPeer.cs
- UnsafeNativeMethods.cs
- AttributeEmitter.cs
- DescendentsWalker.cs
- PeerApplicationLaunchInfo.cs
- ValueSerializer.cs
- Run.cs
- EditorAttribute.cs
- HwndTarget.cs
- SpecularMaterial.cs
- TdsParserStateObject.cs
- ProcessModule.cs
- UpDownEvent.cs
- MetadataSerializer.cs
- AssemblyAttributes.cs
- ObjectAssociationEndMapping.cs
- ControlIdConverter.cs
- EntityDataSourceQueryBuilder.cs
- ConvertEvent.cs
- DetailsViewModeEventArgs.cs
- MemberPath.cs
- ResourceAssociationSet.cs
- TypeConverterAttribute.cs
- URL.cs
- OutKeywords.cs
- DataGridViewHeaderCell.cs
- GlyphsSerializer.cs
- DefaultTraceListener.cs
- SerializationSectionGroup.cs
- CompareInfo.cs
- mansign.cs
- ContentValidator.cs
- CodePrimitiveExpression.cs
- ColorConvertedBitmap.cs
- FixedPageProcessor.cs
- remotingproxy.cs
- InputLanguageSource.cs
- IndicFontClient.cs
- ResourcesGenerator.cs
- WebPartMovingEventArgs.cs
- XPathNavigator.cs
- EntityDataSourceSelectedEventArgs.cs
- SignedXmlDebugLog.cs
- SafeWaitHandle.cs
- EraserBehavior.cs
- XslCompiledTransform.cs
- CultureInfo.cs
- ScrollProviderWrapper.cs
- PlatformCulture.cs
- ApplicationBuildProvider.cs
- HtmlInputReset.cs
- TriggerCollection.cs
- ComEventsInfo.cs
- PersonalizableTypeEntry.cs
- SystemIPv4InterfaceProperties.cs
- UInt32Storage.cs
- InternalEnumValidator.cs
- PartialClassGenerationTaskInternal.cs
- SafePEFileHandle.cs
- WsatServiceAddress.cs
- KeyTimeConverter.cs
- PanelDesigner.cs
- SQLString.cs
- SocketAddress.cs
- HashStream.cs
- ResourceExpressionEditorSheet.cs
- IntSecurity.cs
- DSASignatureFormatter.cs
- ConfigurationPropertyCollection.cs
- TdsEnums.cs
- GridViewRow.cs
- DriveNotFoundException.cs
- PathFigureCollection.cs
- CompModSwitches.cs
- ObjectManager.cs
- Roles.cs
- ErrorActivity.cs
- BuilderInfo.cs
- PaintValueEventArgs.cs
- HyperLink.cs
- TextBreakpoint.cs
- WebPartsSection.cs
- ClientSettingsSection.cs
- CustomErrorsSectionWrapper.cs
- Latin1Encoding.cs
- ManagementObject.cs
- SharedUtils.cs
- NumberFormatter.cs
- IFormattable.cs
- PocoEntityKeyStrategy.cs