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
- EmptyControlCollection.cs
- SendReply.cs
- SqlRecordBuffer.cs
- ZipArchive.cs
- EdmValidator.cs
- RouteItem.cs
- Schedule.cs
- ColumnMapTranslator.cs
- Deflater.cs
- Int16AnimationBase.cs
- HierarchicalDataSourceControl.cs
- XmlUtil.cs
- PreviewKeyDownEventArgs.cs
- ProfileInfo.cs
- NullableDoubleMinMaxAggregationOperator.cs
- XsltConvert.cs
- ToolStripTextBox.cs
- SQLStringStorage.cs
- ConfigurationValidatorBase.cs
- FixedSOMContainer.cs
- NonClientArea.cs
- FileVersion.cs
- Line.cs
- pingexception.cs
- TableCellAutomationPeer.cs
- TypeConverterBase.cs
- SerializationObjectManager.cs
- GorillaCodec.cs
- DataGridItemEventArgs.cs
- WebPartTracker.cs
- GeneratedView.cs
- MarkupProperty.cs
- XmlSignificantWhitespace.cs
- DrawingContextDrawingContextWalker.cs
- SmiRecordBuffer.cs
- GridViewRowCollection.cs
- StretchValidation.cs
- RecognizedPhrase.cs
- MultiAsyncResult.cs
- ThreadExceptionDialog.cs
- _FixedSizeReader.cs
- GetWorkflowTree.cs
- FunctionImportMapping.cs
- Accessible.cs
- SetState.cs
- AxHost.cs
- ConnectionsZone.cs
- XsltFunctions.cs
- ContentPlaceHolderDesigner.cs
- SlipBehavior.cs
- MapPathBasedVirtualPathProvider.cs
- GlyphManager.cs
- CellQuery.cs
- ConfigurationManager.cs
- XmlTextReader.cs
- SqlExpander.cs
- EntityDataSourceMemberPath.cs
- XmlNamespaceMappingCollection.cs
- SchemaImporterExtensionElementCollection.cs
- PropertyEmitter.cs
- IPEndPointCollection.cs
- Vector.cs
- TextRenderer.cs
- SqlDependencyUtils.cs
- SymbolDocumentGenerator.cs
- streamingZipPartStream.cs
- ErrorStyle.cs
- SafeCryptoHandles.cs
- PropertyFilter.cs
- AllMembershipCondition.cs
- ChannelServices.cs
- SecurityHelper.cs
- Vector.cs
- TextServicesCompartmentContext.cs
- SQLChars.cs
- HtmlSelect.cs
- ComplexBindingPropertiesAttribute.cs
- DocumentViewerBaseAutomationPeer.cs
- EmissiveMaterial.cs
- SelectionEditingBehavior.cs
- UnsafeNativeMethods.cs
- TextEditorThreadLocalStore.cs
- regiisutil.cs
- ContainerControl.cs
- MemoryPressure.cs
- DataMember.cs
- TableItemStyle.cs
- SaveFileDialog.cs
- InteropAutomationProvider.cs
- _KerberosClient.cs
- BamlReader.cs
- FileUtil.cs
- ParserStreamGeometryContext.cs
- GlyphRunDrawing.cs
- DynamicDiscoSearcher.cs
- XmlConvert.cs
- SqlClientMetaDataCollectionNames.cs
- FileNameEditor.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- DataTableReaderListener.cs