Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / AST / GroupAggregateExpr.cs / 1305376 / GroupAggregateExpr.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql.AST { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; using System.Diagnostics; ////// Base class for internal abstract class GroupAggregateExpr : Node { internal GroupAggregateExpr(DistinctKind distinctKind) { DistinctKind = distinctKind; } ///and . /// /// True if it is a "distinct" aggregate. /// internal readonly DistinctKind DistinctKind; internal GroupAggregateInfo AggregateInfo; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XPathBinder.cs
- Dynamic.cs
- WebHttpSecurityModeHelper.cs
- ProxyWebPartConnectionCollection.cs
- ProfileService.cs
- MessageSecurityOverMsmqElement.cs
- DataGridViewCellPaintingEventArgs.cs
- BaseTreeIterator.cs
- XmlNamespaceManager.cs
- ExceptionHandlers.cs
- MenuItemBinding.cs
- ScrollContentPresenter.cs
- RawStylusInputReport.cs
- Stack.cs
- OperandQuery.cs
- CacheHelper.cs
- DbConnectionPoolCounters.cs
- XPathBinder.cs
- UnmanagedBitmapWrapper.cs
- XPathSelectionIterator.cs
- XmlSchemaComplexType.cs
- shaper.cs
- AxisAngleRotation3D.cs
- UrlMappingsModule.cs
- MouseEventArgs.cs
- PropertyMap.cs
- RealizationDrawingContextWalker.cs
- ScriptingWebServicesSectionGroup.cs
- Int32CAMarshaler.cs
- DbMetaDataFactory.cs
- TripleDESCryptoServiceProvider.cs
- QueryRewriter.cs
- PeerServiceMessageContracts.cs
- WeakEventManager.cs
- DataGridViewRowCollection.cs
- SqlDataSourceWizardForm.cs
- OSFeature.cs
- TextDecorationUnitValidation.cs
- ServerValidateEventArgs.cs
- HttpTransportElement.cs
- MetabaseReader.cs
- BinaryNode.cs
- JobDuplex.cs
- File.cs
- HWStack.cs
- InteropBitmapSource.cs
- MouseActionValueSerializer.cs
- VirtualPathData.cs
- SafeMILHandle.cs
- ComponentDispatcherThread.cs
- PromptBuilder.cs
- PartitionResolver.cs
- EdmType.cs
- WebBrowser.cs
- Guid.cs
- TextServicesCompartmentEventSink.cs
- KerberosRequestorSecurityToken.cs
- FileDialogCustomPlaces.cs
- FileDialogCustomPlacesCollection.cs
- Ops.cs
- RootBrowserWindowProxy.cs
- MediaContextNotificationWindow.cs
- RootNamespaceAttribute.cs
- BamlResourceDeserializer.cs
- AlignmentXValidation.cs
- CompilationUnit.cs
- PathGeometry.cs
- ComponentEditorForm.cs
- Socket.cs
- HyperLinkStyle.cs
- DbBuffer.cs
- SqlExpander.cs
- SafeLocalMemHandle.cs
- ScriptHandlerFactory.cs
- CustomAttributeFormatException.cs
- WebServiceEndpoint.cs
- SelfIssuedAuthAsymmetricKey.cs
- COM2PropertyDescriptor.cs
- EnumValidator.cs
- ValidationPropertyAttribute.cs
- RoutingTable.cs
- HttpCookiesSection.cs
- MsmqIntegrationProcessProtocolHandler.cs
- SqlBuffer.cs
- CachingParameterInspector.cs
- Boolean.cs
- WebPartCatalogAddVerb.cs
- ColorContext.cs
- State.cs
- dataprotectionpermission.cs
- Util.cs
- CacheMemory.cs
- SqlFunctionAttribute.cs
- FormsAuthenticationCredentials.cs
- Pen.cs
- XmlILModule.cs
- wmiutil.cs
- MsmqInputChannelListenerBase.cs
- DiscreteKeyFrames.cs
- SqlDataSourceCommandEventArgs.cs