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
- Stream.cs
- ManipulationStartedEventArgs.cs
- DesignerLabelAdapter.cs
- TextParagraphView.cs
- ProcessHostServerConfig.cs
- XmlSchemaAttribute.cs
- ConsumerConnectionPoint.cs
- ActivationWorker.cs
- DiagnosticsConfigurationHandler.cs
- ServerValidateEventArgs.cs
- UxThemeWrapper.cs
- CacheOutputQuery.cs
- XmlEncodedRawTextWriter.cs
- SqlGenerator.cs
- SelectedDatesCollection.cs
- X509Certificate2.cs
- HttpPostedFile.cs
- VScrollBar.cs
- TrackingLocation.cs
- HGlobalSafeHandle.cs
- DropDownHolder.cs
- PeerIPHelper.cs
- UserInitiatedNavigationPermission.cs
- externdll.cs
- TableLayoutPanelBehavior.cs
- PriorityBinding.cs
- Win32PrintDialog.cs
- NativeActivityMetadata.cs
- DynamicUpdateCommand.cs
- PropertyMappingExceptionEventArgs.cs
- ManagementBaseObject.cs
- WebPartExportVerb.cs
- DiffuseMaterial.cs
- XPathChildIterator.cs
- SqlInfoMessageEvent.cs
- XmlSerializationReader.cs
- EntityDataSourceChangingEventArgs.cs
- ResourcesChangeInfo.cs
- CompilationUtil.cs
- HttpWrapper.cs
- BaseContextMenu.cs
- ConnectionManager.cs
- SQLBinaryStorage.cs
- SelectionWordBreaker.cs
- FullTextLine.cs
- ZoomingMessageFilter.cs
- TagMapCollection.cs
- SchemaElement.cs
- RegexCode.cs
- ImportOptions.cs
- RecognizeCompletedEventArgs.cs
- MasterPage.cs
- XmlCountingReader.cs
- WindowsListViewItem.cs
- CqlQuery.cs
- CollectionDataContract.cs
- ProfileBuildProvider.cs
- FormsAuthenticationCredentials.cs
- Utility.cs
- TraceData.cs
- ScriptControl.cs
- WindowsAuthenticationEventArgs.cs
- ScrollEventArgs.cs
- ClipboardData.cs
- NonVisualControlAttribute.cs
- diagnosticsswitches.cs
- ShapingWorkspace.cs
- ListControl.cs
- XhtmlConformanceSection.cs
- BooleanSwitch.cs
- DummyDataSource.cs
- DocumentOrderQuery.cs
- MouseOverProperty.cs
- RsaKeyGen.cs
- ListSortDescriptionCollection.cs
- BrowserCapabilitiesFactory.cs
- ExceptionNotification.cs
- ProviderMetadata.cs
- PrimitiveXmlSerializers.cs
- TextAutomationPeer.cs
- BinHexEncoding.cs
- EventItfInfo.cs
- Model3DGroup.cs
- StringPropertyBuilder.cs
- TextModifierScope.cs
- GZipDecoder.cs
- ListViewGroup.cs
- D3DImage.cs
- MembershipPasswordException.cs
- Tool.cs
- IisTraceWebEventProvider.cs
- CapabilitiesPattern.cs
- LassoSelectionBehavior.cs
- ConnectionStringSettingsCollection.cs
- DataGridViewColumn.cs
- TabletDeviceInfo.cs
- BuildProviderCollection.cs
- SslStream.cs
- mda.cs
- Run.cs