Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / QueryContext.cs / 1305376 / QueryContext.cs
#if ORYX_VNEXT namespace Microsoft.Web.Data.UI.WebControls { using System.Web; #else namespace System.Web.UI.WebControls { #endif using System.Collections.Generic; using System.Collections.Specialized; using System.Security.Permissions; using System.Web.UI; public class QueryContext { public IDictionarySelectParameters { get; private set; } public IOrderedDictionary OrderByParameters { get; private set; } public IDictionary GroupByParameters { get; private set; } public IDictionary OrderGroupsByParameters { get; private set; } public IDictionary WhereParameters { get; private set; } public DataSourceSelectArguments Arguments { get; private set; } public QueryContext(IDictionary whereParameters, IDictionary orderGroupsByParameters, IOrderedDictionary orderByParameters, IDictionary groupByParameters, IDictionary selectParameters, DataSourceSelectArguments arguments) { WhereParameters = whereParameters; OrderByParameters = orderByParameters; OrderGroupsByParameters = orderGroupsByParameters; SelectParameters = selectParameters; GroupByParameters = groupByParameters; Arguments = arguments; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MessageAction.cs
- Converter.cs
- AnimatedTypeHelpers.cs
- WizardStepBase.cs
- FullTextState.cs
- InternalResources.cs
- XMLDiffLoader.cs
- SingleTagSectionHandler.cs
- WorkflowPrinting.cs
- LoadedOrUnloadedOperation.cs
- MSAAEventDispatcher.cs
- ColorTranslator.cs
- CqlIdentifiers.cs
- CommandField.cs
- AmbientLight.cs
- ContainerVisual.cs
- KeyedHashAlgorithm.cs
- EventBindingService.cs
- DataGridViewColumnCollectionEditor.cs
- ContextMenu.cs
- RootBuilder.cs
- DataListCommandEventArgs.cs
- Underline.cs
- Light.cs
- CryptoConfig.cs
- DoubleSumAggregationOperator.cs
- CommentGlyph.cs
- DefaultPropertyAttribute.cs
- ISAPIApplicationHost.cs
- FunctionUpdateCommand.cs
- BevelBitmapEffect.cs
- StyleHelper.cs
- SqlClientWrapperSmiStream.cs
- PresentationSource.cs
- WebPartTransformerCollection.cs
- DataGridViewLayoutData.cs
- MD5CryptoServiceProvider.cs
- SqlDataSourceView.cs
- EventlogProvider.cs
- DesignerActionListCollection.cs
- VersionPair.cs
- AndMessageFilter.cs
- KoreanCalendar.cs
- NamespaceCollection.cs
- CqlParserHelpers.cs
- ThreadStateException.cs
- InternalBufferOverflowException.cs
- Rotation3DAnimationUsingKeyFrames.cs
- InertiaRotationBehavior.cs
- ReflectionPermission.cs
- oledbconnectionstring.cs
- DatagridviewDisplayedBandsData.cs
- DBParameter.cs
- RoleGroup.cs
- UIEndRequest.cs
- DiagnosticTrace.cs
- SerializableAttribute.cs
- DocumentViewerBaseAutomationPeer.cs
- PathHelper.cs
- ColorMap.cs
- EditCommandColumn.cs
- ManagedWndProcTracker.cs
- RecordConverter.cs
- PageAction.cs
- DataKeyCollection.cs
- SamlEvidence.cs
- NamespaceInfo.cs
- SharedUtils.cs
- FormViewDeletedEventArgs.cs
- ProfileParameter.cs
- DesignerActionItem.cs
- XmlSchemaProviderAttribute.cs
- WhereQueryOperator.cs
- LogicalTreeHelper.cs
- QuaternionKeyFrameCollection.cs
- ReadOnlyNameValueCollection.cs
- InputScope.cs
- CacheHelper.cs
- DataGridViewControlCollection.cs
- _IPv6Address.cs
- LabelDesigner.cs
- ReflectTypeDescriptionProvider.cs
- WebBrowserHelper.cs
- PrimitiveCodeDomSerializer.cs
- NumericExpr.cs
- ParentUndoUnit.cs
- XmlSerializerSection.cs
- PeerApplication.cs
- Subtree.cs
- ModifierKeysConverter.cs
- Action.cs
- TiffBitmapDecoder.cs
- DataServiceQuery.cs
- RefreshEventArgs.cs
- PointLight.cs
- HostProtectionException.cs
- SqlDataSourceSelectingEventArgs.cs
- EntryWrittenEventArgs.cs
- RtfToken.cs
- WizardStepBase.cs