Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- BindingMAnagerBase.cs
- DataReceivedEventArgs.cs
- AssociationSetMetadata.cs
- EngineSite.cs
- ThreadExceptionEvent.cs
- NamedPermissionSet.cs
- ToolStripItem.cs
- UnsafeNativeMethods.cs
- LinkConverter.cs
- DbException.cs
- xdrvalidator.cs
- newinstructionaction.cs
- EntityStoreSchemaFilterEntry.cs
- DropDownButton.cs
- SQLGuidStorage.cs
- ResXResourceSet.cs
- TextServicesDisplayAttributePropertyRanges.cs
- IntSecurity.cs
- ToolTipService.cs
- TypeResolver.cs
- Brush.cs
- CqlIdentifiers.cs
- entityreference_tresulttype.cs
- SHA512.cs
- DockPanel.cs
- RemoteWebConfigurationHostStream.cs
- OleDbDataReader.cs
- ProgressBarRenderer.cs
- OdbcTransaction.cs
- ToolStripInSituService.cs
- PropertyOverridesDialog.cs
- StyleHelper.cs
- NotifyIcon.cs
- Vector3DAnimationUsingKeyFrames.cs
- SafeCryptHandles.cs
- PrimitiveXmlSerializers.cs
- PenThreadPool.cs
- StylusPlugInCollection.cs
- BasicSecurityProfileVersion.cs
- ObjectViewFactory.cs
- AnnotationResourceCollection.cs
- CollectionViewGroup.cs
- FormsAuthenticationModule.cs
- ContourSegment.cs
- SafeNativeMemoryHandle.cs
- TextAdaptor.cs
- SigningProgress.cs
- UnsafeNativeMethods.cs
- IPAddress.cs
- HttpWebRequest.cs
- UInt32Storage.cs
- CatalogZoneBase.cs
- COMException.cs
- DesignerAttribute.cs
- AsyncOperationManager.cs
- SQLResource.cs
- WorkflowInstanceRecord.cs
- DateTimeConstantAttribute.cs
- Parser.cs
- OutputCacheProfile.cs
- FacetChecker.cs
- ParameterExpression.cs
- BeginEvent.cs
- IntPtr.cs
- TrustManagerPromptUI.cs
- XomlCompilerParameters.cs
- SerialStream.cs
- XamlFigureLengthSerializer.cs
- SqlCommand.cs
- BaseDataList.cs
- OleDbParameter.cs
- GroupBox.cs
- ImageMapEventArgs.cs
- XPathAxisIterator.cs
- SslStream.cs
- QueryResult.cs
- IBuiltInEvidence.cs
- WeakReadOnlyCollection.cs
- Stacktrace.cs
- IProvider.cs
- Profiler.cs
- XmlAttributeCache.cs
- EntryPointNotFoundException.cs
- DatagridviewDisplayedBandsData.cs
- NullableLongSumAggregationOperator.cs
- PropertyDescriptorCollection.cs
- ControlIdConverter.cs
- AggregateException.cs
- DesigntimeLicenseContextSerializer.cs
- XmlSchemaAttributeGroupRef.cs
- BindValidator.cs
- WebControl.cs
- RegistryConfigurationProvider.cs
- DBSchemaRow.cs
- NegotiationTokenAuthenticatorState.cs
- Util.cs
- ErrorWebPart.cs
- XmlSchemaAnyAttribute.cs
- ScrollChangedEventArgs.cs
- StylusButtonEventArgs.cs