Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / AST / GroupPartitionExpr.cs / 1305376 / GroupPartitionExpr.cs
//----------------------------------------------------------------------
//
// Copyproperty (c) Microsoft Corporation. All propertys reserved.
//
//
// @owner [....]
// @backupOwner [....]
//---------------------------------------------------------------------
namespace System.Data.Common.EntitySql.AST
{
using System;
using System.Globalization;
using System.Collections;
using System.Collections.Generic;
///
/// Represents GROUPPARTITION(expr) expression.
///
internal sealed class GroupPartitionExpr : GroupAggregateExpr
{
private readonly Node _argExpr;
///
/// Initializes GROUPPARTITION expression node.
///
internal GroupPartitionExpr(DistinctKind distinctKind, Node refArgExpr)
: base(distinctKind)
{
_argExpr = refArgExpr;
}
///
/// Return GROUPPARTITION argument expression.
///
internal Node ArgExpr
{
get { return _argExpr; }
}
}
}
// 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
- addressfiltermode.cs
- PropertyInfo.cs
- IdentitySection.cs
- EndSelectCardRequest.cs
- ExceptionHelpers.cs
- XmlSubtreeReader.cs
- MessageBuffer.cs
- GPRECT.cs
- ListParagraph.cs
- ProcessInfo.cs
- loginstatus.cs
- ContextMenuStrip.cs
- PeerNameResolver.cs
- BasicBrowserDialog.cs
- CharAnimationUsingKeyFrames.cs
- FormatterServices.cs
- WorkflowInstanceContextProvider.cs
- MonthCalendarDesigner.cs
- SqlDependencyListener.cs
- FormsAuthentication.cs
- HttpFileCollectionBase.cs
- DefaultBindingPropertyAttribute.cs
- ShutDownListener.cs
- GiveFeedbackEventArgs.cs
- ResourceContainer.cs
- SurrogateChar.cs
- SrgsGrammarCompiler.cs
- ProjectionQueryOptionExpression.cs
- XmlExpressionDumper.cs
- DataGridViewAdvancedBorderStyle.cs
- __Filters.cs
- CodeDefaultValueExpression.cs
- _Rfc2616CacheValidators.cs
- HttpRawResponse.cs
- DelegatingTypeDescriptionProvider.cs
- VersionedStream.cs
- WebPartDisplayModeEventArgs.cs
- Pair.cs
- IncrementalHitTester.cs
- DbConnectionPoolOptions.cs
- ConnectionConsumerAttribute.cs
- SettingsSection.cs
- XXXInfos.cs
- TextRunProperties.cs
- Part.cs
- TextFormattingConverter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- EmptyControlCollection.cs
- HttpListenerContext.cs
- MeasureItemEvent.cs
- DecoderFallback.cs
- CookielessHelper.cs
- PtsContext.cs
- FormsAuthenticationCredentials.cs
- TimeSpanValidator.cs
- XmlIlGenerator.cs
- EntityDataSourceEntitySetNameItem.cs
- BindingMemberInfo.cs
- MergeLocalizationDirectives.cs
- dbenumerator.cs
- PropertyEmitterBase.cs
- OleCmdHelper.cs
- XmlBindingWorker.cs
- Triplet.cs
- ToolStripPanelSelectionBehavior.cs
- ReverseComparer.cs
- TextRangeEditTables.cs
- WindowsListViewGroupHelper.cs
- FocusTracker.cs
- ProtocolsConfiguration.cs
- SafeFindHandle.cs
- CorruptStoreException.cs
- XmlSchemaException.cs
- PageRequestManager.cs
- TextServicesHost.cs
- ColumnClickEvent.cs
- XDRSchema.cs
- InputScope.cs
- ReadOnlyObservableCollection.cs
- EntityProviderFactory.cs
- MsmqIntegrationSecurityMode.cs
- TransformGroup.cs
- ActionFrame.cs
- TypedDatasetGenerator.cs
- SyndicationDeserializer.cs
- BooleanStorage.cs
- KeyTimeConverter.cs
- MdbDataFileEditor.cs
- PersonalizationProvider.cs
- PriorityQueue.cs
- PersonalizablePropertyEntry.cs
- BreakRecordTable.cs
- QilUnary.cs
- Constraint.cs
- DrawingState.cs
- TemplateXamlParser.cs
- Crypto.cs
- GraphicsState.cs
- RegistryPermission.cs
- FixedSOMLineRanges.cs