Code:
/ 4.0 / 4.0 / 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.
//----------------------------------------------------------------------
//
// 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
- COM2ExtendedTypeConverter.cs
- ReaderWriterLockWrapper.cs
- WinFormsSecurity.cs
- SqlFileStream.cs
- HttpChannelFactory.cs
- RequestStatusBarUpdateEventArgs.cs
- QilChoice.cs
- NumberFormatInfo.cs
- DataServiceConfiguration.cs
- WindowsRegion.cs
- MiniLockedBorderGlyph.cs
- MemberAssignmentAnalysis.cs
- TextTreeObjectNode.cs
- EntityTransaction.cs
- ByteAnimationBase.cs
- SqlCacheDependencyDatabase.cs
- HttpFormatExtensions.cs
- HwndSourceParameters.cs
- ArrangedElementCollection.cs
- ListBase.cs
- DateTimeAutomationPeer.cs
- FontStretchConverter.cs
- Attachment.cs
- FlowNode.cs
- CircleHotSpot.cs
- LongValidator.cs
- PersonalizationEntry.cs
- XmlSchemaAnyAttribute.cs
- PropertyGroupDescription.cs
- DataBindingHandlerAttribute.cs
- Calendar.cs
- ClientSponsor.cs
- TextBounds.cs
- DependencyPropertyKey.cs
- Zone.cs
- OleDbInfoMessageEvent.cs
- RegistrationServices.cs
- ControlValuePropertyAttribute.cs
- SudsCommon.cs
- ByteAnimationBase.cs
- CompModSwitches.cs
- TextElementAutomationPeer.cs
- SoapDocumentServiceAttribute.cs
- DataGrid.cs
- ProcessRequestArgs.cs
- DesignerDataStoredProcedure.cs
- TextBox.cs
- Rule.cs
- ExtensionQuery.cs
- DoubleLinkList.cs
- FixedFlowMap.cs
- ContainsRowNumberChecker.cs
- UnsafeNativeMethodsTablet.cs
- PageWrapper.cs
- ModelMemberCollection.cs
- InstalledFontCollection.cs
- EastAsianLunisolarCalendar.cs
- IntSecurity.cs
- JoinCqlBlock.cs
- OverflowException.cs
- ProxySimple.cs
- RepeaterCommandEventArgs.cs
- MessageProperties.cs
- DataIdProcessor.cs
- PropertyPushdownHelper.cs
- OrthographicCamera.cs
- FixedSOMImage.cs
- CompoundFileStorageReference.cs
- ByteFacetDescriptionElement.cs
- BatchParser.cs
- XmlReaderSettings.cs
- TriggerBase.cs
- InheritanceRules.cs
- PrintControllerWithStatusDialog.cs
- SelectionProviderWrapper.cs
- UserPreferenceChangingEventArgs.cs
- TableLayoutRowStyleCollection.cs
- Rule.cs
- IRCollection.cs
- CompensationTokenData.cs
- NativeWrapper.cs
- ProfileSettingsCollection.cs
- VisualTreeHelper.cs
- FixedFlowMap.cs
- URLMembershipCondition.cs
- Content.cs
- HwndSourceKeyboardInputSite.cs
- ImportDesigner.xaml.cs
- SerialStream.cs
- HandlerFactoryWrapper.cs
- base64Transforms.cs
- WebPartUserCapability.cs
- GlyphElement.cs
- XPathDocumentBuilder.cs
- XmlKeywords.cs
- SemaphoreFullException.cs
- ContainerVisual.cs
- MemberCollection.cs
- RectangleConverter.cs
- ProtocolInformationReader.cs