Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ALinq / FilterQueryOptionExpression.cs / 2 / FilterQueryOptionExpression.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Respresents a filter query option in resource bound expression tree. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; using System.Linq.Expressions; ////// An resource specific expression representing a filter query option. /// internal class FilterQueryOptionExpression : QueryOptionExpression { ///predicate private Expression predicate; ////// Creates a FilterQueryOptionExpression expression /// /// the return type of the expression /// the predicate internal FilterQueryOptionExpression(Type type, Expression predicate) : base((ExpressionType)ResourceExpressionType.FilterQueryOption, type) { this.predicate = predicate; } ///Gets the query option value. internal Expression Predicate { get { return this.predicate; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Respresents a filter query option in resource bound expression tree. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; using System.Linq.Expressions; ////// An resource specific expression representing a filter query option. /// internal class FilterQueryOptionExpression : QueryOptionExpression { ///predicate private Expression predicate; ////// Creates a FilterQueryOptionExpression expression /// /// the return type of the expression /// the predicate internal FilterQueryOptionExpression(Type type, Expression predicate) : base((ExpressionType)ResourceExpressionType.FilterQueryOption, type) { this.predicate = predicate; } ///Gets the query option value. internal Expression Predicate { get { return this.predicate; } } } } // 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
- MsmqHostedTransportManager.cs
- ListComponentEditor.cs
- PauseStoryboard.cs
- WebPartDisplayMode.cs
- XmlLangPropertyAttribute.cs
- Events.cs
- IListConverters.cs
- DataGridViewCellStyleConverter.cs
- ScrollChrome.cs
- _LocalDataStoreMgr.cs
- XamlSerializer.cs
- safex509handles.cs
- RuntimeConfigLKG.cs
- TextFragmentEngine.cs
- HostProtectionPermission.cs
- SkipQueryOptionExpression.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- StatusBarDrawItemEvent.cs
- TextChangedEventArgs.cs
- Hyperlink.cs
- EventPrivateKey.cs
- DirectoryInfo.cs
- PhysicalOps.cs
- ExcCanonicalXml.cs
- AttachedPropertyBrowsableAttribute.cs
- PointCollectionConverter.cs
- HtmlButton.cs
- DeflateStreamAsyncResult.cs
- FlowLayout.cs
- TaskSchedulerException.cs
- TextEndOfParagraph.cs
- NonVisualControlAttribute.cs
- ContractMapping.cs
- BrowserPolicyValidator.cs
- DataGridToolTip.cs
- SmiEventSink_DeferedProcessing.cs
- ControlAdapter.cs
- RadioButtonBaseAdapter.cs
- ThreadAttributes.cs
- DataAdapter.cs
- State.cs
- TimelineGroup.cs
- assertwrapper.cs
- CapabilitiesUse.cs
- TypeExtension.cs
- Rectangle.cs
- SingleAnimationBase.cs
- BindingMemberInfo.cs
- PassportAuthentication.cs
- GridViewEditEventArgs.cs
- LineUtil.cs
- XmlElementAttributes.cs
- TableLayoutPanelCellPosition.cs
- BasePattern.cs
- BrowserCapabilitiesCompiler.cs
- HttpResponseHeader.cs
- SecurityIdentifierConverter.cs
- DocumentScope.cs
- DefaultPrintController.cs
- HttpCookie.cs
- FileDocument.cs
- InputBindingCollection.cs
- DateTimeFormat.cs
- XmlNamespaceManager.cs
- MenuRendererStandards.cs
- CodeTypeParameter.cs
- ByteRangeDownloader.cs
- XmlNavigatorStack.cs
- CodeEventReferenceExpression.cs
- XmlParserContext.cs
- ManipulationPivot.cs
- CharacterMetricsDictionary.cs
- PEFileEvidenceFactory.cs
- PolyQuadraticBezierSegment.cs
- MessageSmuggler.cs
- FontNamesConverter.cs
- QilDataSource.cs
- CharacterBufferReference.cs
- Int16Storage.cs
- BamlCollectionHolder.cs
- MediaElement.cs
- DataGridViewRowConverter.cs
- PictureBox.cs
- IItemContainerGenerator.cs
- AsynchronousChannel.cs
- SafeFileHandle.cs
- _SslSessionsCache.cs
- ParagraphResult.cs
- HandlerFactoryCache.cs
- DescendantQuery.cs
- DateTimeOffsetConverter.cs
- FrameworkContentElement.cs
- VideoDrawing.cs
- WindowsFormsHelpers.cs
- EmptyStringExpandableObjectConverter.cs
- TargetPerspective.cs
- ApplicationInfo.cs
- AlphaSortedEnumConverter.cs
- SQLSingleStorage.cs
- complextypematerializer.cs