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
- ServiceMetadataContractBehavior.cs
- UniqueIdentifierService.cs
- KeyToListMap.cs
- HttpPostProtocolReflector.cs
- XmlArrayAttribute.cs
- ReceiveActivityValidator.cs
- MetadataUtil.cs
- FontFamily.cs
- cache.cs
- HwndKeyboardInputProvider.cs
- AppendHelper.cs
- WebRequestModuleElement.cs
- Method.cs
- StreamAsIStream.cs
- DesignerTransaction.cs
- GraphicsPath.cs
- StringOutput.cs
- ModelPerspective.cs
- Module.cs
- Peer.cs
- CodeConditionStatement.cs
- TextSelection.cs
- SmtpReplyReaderFactory.cs
- InlinedAggregationOperatorEnumerator.cs
- EntityProviderFactory.cs
- SqlNotificationRequest.cs
- NavigationProperty.cs
- SoapFault.cs
- EdmComplexTypeAttribute.cs
- ClientSection.cs
- BitmapSizeOptions.cs
- SystemBrushes.cs
- ConsoleEntryPoint.cs
- TypeUsageBuilder.cs
- OutputScope.cs
- IdentityManager.cs
- CursorConverter.cs
- SelectionProcessor.cs
- RoutingExtension.cs
- EventHandlers.cs
- TraceSwitch.cs
- RowType.cs
- PartitionResolver.cs
- DSASignatureFormatter.cs
- ViewKeyConstraint.cs
- StoryFragments.cs
- QilFactory.cs
- FontStretch.cs
- XmlSchemaSequence.cs
- WebPartDeleteVerb.cs
- AutoScrollHelper.cs
- LightweightCodeGenerator.cs
- ObjectMaterializedEventArgs.cs
- ImageDrawing.cs
- ProgressChangedEventArgs.cs
- ScalarOps.cs
- PropertyFilterAttribute.cs
- ErrorFormatter.cs
- RefreshResponseInfo.cs
- xdrvalidator.cs
- WinEventTracker.cs
- SqlDeflator.cs
- PassportAuthenticationEventArgs.cs
- TCPListener.cs
- ObjectQueryProvider.cs
- FontStyleConverter.cs
- SafeProcessHandle.cs
- StyleHelper.cs
- WorkflowStateRollbackService.cs
- StringReader.cs
- LayoutTable.cs
- CodeCommentStatementCollection.cs
- SafeCryptoHandles.cs
- CallbackBehaviorAttribute.cs
- GCHandleCookieTable.cs
- _Events.cs
- SQLGuidStorage.cs
- Int64Animation.cs
- ProtocolsConfigurationHandler.cs
- ToolStripPanelRenderEventArgs.cs
- XmlWhitespace.cs
- TextEditorSpelling.cs
- LiteralLink.cs
- WindowsListBox.cs
- XPathItem.cs
- LambdaExpression.cs
- BitmapSourceSafeMILHandle.cs
- MatrixUtil.cs
- TemplateBindingExpressionConverter.cs
- ExpressionWriter.cs
- MessageQueueCriteria.cs
- DocumentApplication.cs
- EntityDataSourceQueryBuilder.cs
- StreamGeometryContext.cs
- RegexTree.cs
- ReflectionTypeLoadException.cs
- UserInitiatedNavigationPermission.cs
- GeometryConverter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- BaseProcessor.cs