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
- RowToFieldTransformer.cs
- ExpressionCopier.cs
- WindowsPen.cs
- ArrangedElement.cs
- SectionRecord.cs
- Currency.cs
- SqlInternalConnectionTds.cs
- CompareValidator.cs
- NetNamedPipeBinding.cs
- TableColumn.cs
- WebHttpBinding.cs
- MethodBuilder.cs
- WithParamAction.cs
- FactoryGenerator.cs
- ClientBuildManagerCallback.cs
- WebPartActionVerb.cs
- LocalFileSettingsProvider.cs
- HtmlButton.cs
- __FastResourceComparer.cs
- DiscardableAttribute.cs
- PresentationSource.cs
- IPHostEntry.cs
- ConditionalExpression.cs
- DirectoryObjectSecurity.cs
- LogLogRecordEnumerator.cs
- XamlToRtfParser.cs
- X509CertificateChain.cs
- Encoding.cs
- EdmFunctions.cs
- ActivityWithResultValueSerializer.cs
- PartialTrustVisibleAssembly.cs
- VBIdentifierName.cs
- ObjectViewEntityCollectionData.cs
- FastPropertyAccessor.cs
- WinInet.cs
- TableDetailsCollection.cs
- PolyBezierSegment.cs
- GZipDecoder.cs
- PeerNearMe.cs
- SqlWorkflowPersistenceService.cs
- FocusWithinProperty.cs
- SecurityUniqueId.cs
- JavascriptXmlWriterWrapper.cs
- _NetworkingPerfCounters.cs
- XPathExpr.cs
- TextWriterTraceListener.cs
- Formatter.cs
- PersonalizableAttribute.cs
- JoinSymbol.cs
- DispatcherEventArgs.cs
- AnnotationMap.cs
- SmtpReplyReader.cs
- SmiEventStream.cs
- AllowedAudienceUriElement.cs
- updatecommandorderer.cs
- SparseMemoryStream.cs
- TraceHandler.cs
- LogReserveAndAppendState.cs
- MultiSelector.cs
- JoinGraph.cs
- UiaCoreTypesApi.cs
- DetailsViewUpdatedEventArgs.cs
- TextDecorationCollection.cs
- wmiprovider.cs
- DataBinding.cs
- CompositeTypefaceMetrics.cs
- DetailsViewRow.cs
- Error.cs
- StrokeCollectionConverter.cs
- CallbackValidator.cs
- X509Certificate2Collection.cs
- PropertyNames.cs
- NetTcpSectionData.cs
- PageCatalogPart.cs
- DataSetMappper.cs
- XmlUrlResolver.cs
- activationcontext.cs
- X509CertificateCollection.cs
- SqlError.cs
- DecodeHelper.cs
- XmlEnumAttribute.cs
- LinkedList.cs
- ToolStripDropDownButton.cs
- Label.cs
- TextParaLineResult.cs
- Vector3DIndependentAnimationStorage.cs
- CngAlgorithm.cs
- GridLengthConverter.cs
- DataControlFieldCollection.cs
- SystemPens.cs
- PersistenceTypeAttribute.cs
- GridPatternIdentifiers.cs
- ThrowOnMultipleAssignment.cs
- LongPath.cs
- XmlAttributeProperties.cs
- InputElement.cs
- XPathExpr.cs
- ArgumentNullException.cs
- CurrencyManager.cs
- SimpleWorkerRequest.cs