Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ALinq / FilterQueryOptionExpression.cs / 1 / 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
- SubstitutionDesigner.cs
- FacetEnabledSchemaElement.cs
- ExpressionParser.cs
- HyperLinkColumn.cs
- RectValueSerializer.cs
- SchemaTypeEmitter.cs
- Propagator.ExtentPlaceholderCreator.cs
- StylusTip.cs
- RelatedCurrencyManager.cs
- MinMaxParagraphWidth.cs
- cookieexception.cs
- AlphaSortedEnumConverter.cs
- cache.cs
- LocalizationParserHooks.cs
- HierarchicalDataSourceDesigner.cs
- ExpressionBuilder.cs
- CssTextWriter.cs
- UndoEngine.cs
- Visitors.cs
- DataMemberAttribute.cs
- XmlSchemaSimpleTypeList.cs
- EnglishPluralizationService.cs
- QueryStringHandler.cs
- Membership.cs
- OperationAbortedException.cs
- DataSourceHelper.cs
- UdpTransportBindingElement.cs
- GuidelineSet.cs
- Token.cs
- QilFactory.cs
- EntityDataReader.cs
- OutputCacheProfileCollection.cs
- GcHandle.cs
- AnnotationResource.cs
- CachingHintValidation.cs
- ScanQueryOperator.cs
- EastAsianLunisolarCalendar.cs
- BoundsDrawingContextWalker.cs
- NativeObjectSecurity.cs
- FormCollection.cs
- Pointer.cs
- TextLineBreak.cs
- BeginCreateSecurityTokenRequest.cs
- ToolStripSplitButton.cs
- HttpRequestCacheValidator.cs
- EventRoute.cs
- ObjectContextServiceProvider.cs
- RTLAwareMessageBox.cs
- Schema.cs
- StatusBarItemAutomationPeer.cs
- AppliesToBehaviorDecisionTable.cs
- AuthenticationConfig.cs
- SchemaObjectWriter.cs
- SimpleTypesSurrogate.cs
- CacheEntry.cs
- XmlQuerySequence.cs
- safesecurityhelperavalon.cs
- TypeUsageBuilder.cs
- DBSqlParserTable.cs
- DataErrorValidationRule.cs
- SafeThreadHandle.cs
- ProfilePropertySettings.cs
- TimeIntervalCollection.cs
- NonVisualControlAttribute.cs
- EntityClassGenerator.cs
- RadioButton.cs
- UnionCqlBlock.cs
- XmlSchemaSet.cs
- ColumnHeaderConverter.cs
- ArrayConverter.cs
- DynamicPropertyHolder.cs
- FontDialog.cs
- ToolTipAutomationPeer.cs
- DataGridItemCollection.cs
- XamlSerializer.cs
- followingquery.cs
- StorageAssociationSetMapping.cs
- CommentEmitter.cs
- SqlParameter.cs
- Buffer.cs
- EntityDataSourceSelectedEventArgs.cs
- GPRECTF.cs
- PageThemeParser.cs
- SiblingIterators.cs
- XmlComment.cs
- PaperSource.cs
- SslStream.cs
- httpserverutility.cs
- ArgumentException.cs
- EndPoint.cs
- TransformDescriptor.cs
- UniqueIdentifierService.cs
- Graphics.cs
- BindToObject.cs
- validationstate.cs
- BaseValidator.cs
- EncoderNLS.cs
- AttributeUsageAttribute.cs
- DataGridViewAutoSizeModeEventArgs.cs
- SynchronizationFilter.cs