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
- ProjectionPathSegment.cs
- JsonWriter.cs
- PropertyNames.cs
- ListMarkerSourceInfo.cs
- XmlNavigatorStack.cs
- AssemblyCache.cs
- BitmapScalingModeValidation.cs
- SelectionListDesigner.cs
- PublisherIdentityPermission.cs
- WebAdminConfigurationHelper.cs
- ServiceHttpModule.cs
- Literal.cs
- FocusTracker.cs
- WorkflowRuntimeSection.cs
- WebPartCloseVerb.cs
- TreeViewAutomationPeer.cs
- TextEffectResolver.cs
- TypeUtil.cs
- Int32Collection.cs
- EntityDataSourceReferenceGroup.cs
- SizeAnimationClockResource.cs
- XPathPatternBuilder.cs
- SiteMapNodeItemEventArgs.cs
- ByteAnimationUsingKeyFrames.cs
- NominalTypeEliminator.cs
- WhitespaceRule.cs
- XomlCompilerResults.cs
- RuleCache.cs
- Types.cs
- UICuesEvent.cs
- SystemIPInterfaceProperties.cs
- ViewKeyConstraint.cs
- PopupEventArgs.cs
- XmlDownloadManager.cs
- IOException.cs
- HttpFileCollectionWrapper.cs
- XmlSerializerFormatAttribute.cs
- Table.cs
- Mapping.cs
- StackSpiller.Generated.cs
- BindingMAnagerBase.cs
- DbConnectionInternal.cs
- StubHelpers.cs
- RelatedView.cs
- ViewManager.cs
- DataGridViewCellValueEventArgs.cs
- DesignBindingPropertyDescriptor.cs
- recordstate.cs
- WsdlInspector.cs
- DataSvcMapFileSerializer.cs
- PassportAuthenticationEventArgs.cs
- XmlDeclaration.cs
- PeerInvitationResponse.cs
- ToolStripMenuItemCodeDomSerializer.cs
- LabelDesigner.cs
- ping.cs
- RuleEngine.cs
- CounterSampleCalculator.cs
- SelectionEditingBehavior.cs
- XmlJsonReader.cs
- XmlSchemaResource.cs
- DirtyTextRange.cs
- ListBindingConverter.cs
- GridViewRow.cs
- DashStyle.cs
- Ref.cs
- TableAdapterManagerNameHandler.cs
- UxThemeWrapper.cs
- BindingOperations.cs
- SharedHttpTransportManager.cs
- SqlGatherProducedAliases.cs
- StringResourceManager.cs
- ProviderSettings.cs
- HostingEnvironmentWrapper.cs
- RepeatButton.cs
- OutputScope.cs
- XsltSettings.cs
- ThreadAttributes.cs
- WhitespaceRule.cs
- UInt16Converter.cs
- Math.cs
- Timer.cs
- SoapClientProtocol.cs
- TransformCollection.cs
- IISUnsafeMethods.cs
- ModulesEntry.cs
- SessionStateContainer.cs
- EntityDataSourceDesignerHelper.cs
- EncryptedKeyHashIdentifierClause.cs
- GridEntryCollection.cs
- MutableAssemblyCacheEntry.cs
- SchemaInfo.cs
- SQlBooleanStorage.cs
- EntityDataSourceSelectingEventArgs.cs
- GestureRecognitionResult.cs
- KnownTypesHelper.cs
- FileDataSourceCache.cs
- Attributes.cs
- ApplyTemplatesAction.cs
- ByteKeyFrameCollection.cs