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
- TargetException.cs
- AsymmetricKeyExchangeDeformatter.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- XmlStringTable.cs
- TypeLoadException.cs
- HttpServerUtilityWrapper.cs
- TimeStampChecker.cs
- RawStylusSystemGestureInputReport.cs
- RC2CryptoServiceProvider.cs
- GeneralTransformGroup.cs
- ZoomPercentageConverter.cs
- AdapterDictionary.cs
- BaseDataListComponentEditor.cs
- CodeEventReferenceExpression.cs
- SqlUserDefinedAggregateAttribute.cs
- HandledEventArgs.cs
- WindowsGraphicsWrapper.cs
- WmpBitmapEncoder.cs
- RawStylusInputCustomData.cs
- DocumentPageViewAutomationPeer.cs
- MLangCodePageEncoding.cs
- CmsInterop.cs
- ConfigurationStrings.cs
- WinCategoryAttribute.cs
- sqlcontext.cs
- DataGridColumnHeadersPresenter.cs
- LocalizationComments.cs
- CompensatableTransactionScopeActivity.cs
- DbBuffer.cs
- _NetRes.cs
- diagnosticsswitches.cs
- SymbolPair.cs
- CustomAttributeBuilder.cs
- _SslSessionsCache.cs
- _DomainName.cs
- WebEvents.cs
- HexParser.cs
- GenericEnumConverter.cs
- CompilationRelaxations.cs
- TreeNodeEventArgs.cs
- TraceLevelStore.cs
- ManipulationStartedEventArgs.cs
- WebBrowserEvent.cs
- wpf-etw.cs
- DataGridViewComboBoxEditingControl.cs
- InlineCollection.cs
- BasePattern.cs
- CompilerScopeManager.cs
- ParamArrayAttribute.cs
- ProcessModelSection.cs
- LinkClickEvent.cs
- TypeDescriptorContext.cs
- Matrix.cs
- Type.cs
- Matrix3DValueSerializer.cs
- KerberosReceiverSecurityToken.cs
- Utility.cs
- UnsafePeerToPeerMethods.cs
- TypeUtils.cs
- DataGridHeaderBorder.cs
- OracleConnectionFactory.cs
- TypeSystem.cs
- ResourceProperty.cs
- ImageAttributes.cs
- AutomationPropertyChangedEventArgs.cs
- M3DUtil.cs
- FixedDocument.cs
- BitmapMetadata.cs
- Switch.cs
- IntegerCollectionEditor.cs
- UnmanagedMemoryStream.cs
- HandleCollector.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ImpersonationContext.cs
- RegexCode.cs
- ShapeTypeface.cs
- DtcInterfaces.cs
- SizeAnimationBase.cs
- InvokeDelegate.cs
- WebCategoryAttribute.cs
- HttpResponseHeader.cs
- CodeTypeMember.cs
- AnnotationResource.cs
- WindowsGraphicsWrapper.cs
- InputScopeConverter.cs
- XPathDocumentBuilder.cs
- CorrelationTokenInvalidatedHandler.cs
- UrlEncodedParameterWriter.cs
- Win32.cs
- Internal.cs
- SqlClientWrapperSmiStream.cs
- GlyphElement.cs
- GeneralTransform2DTo3D.cs
- Bold.cs
- StopStoryboard.cs
- CheckBoxStandardAdapter.cs
- ResourceAssociationSet.cs
- ListViewInsertedEventArgs.cs
- sqlinternaltransaction.cs
- ControlPaint.cs