Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / AST / QueryStatement.cs / 1305376 / QueryStatement.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; ////// Represents query statement AST. /// internal sealed class QueryStatement : Statement { private readonly NodeList_functionDefList; private readonly Node _expr; /// /// Initializes query statement. /// /// optional function definitions /// query top level expression internal QueryStatement(NodeListfunctionDefList, Node expr) { _functionDefList = functionDefList; _expr = expr; } /// /// Returns optional function defintions. May be null. /// internal NodeListFunctionDefList { get { return _functionDefList; } } /// /// Returns query top-level expression. /// internal Node Expr { get { return _expr; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// 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; ////// Represents query statement AST. /// internal sealed class QueryStatement : Statement { private readonly NodeList_functionDefList; private readonly Node _expr; /// /// Initializes query statement. /// /// optional function definitions /// query top level expression internal QueryStatement(NodeListfunctionDefList, Node expr) { _functionDefList = functionDefList; _expr = expr; } /// /// Returns optional function defintions. May be null. /// internal NodeListFunctionDefList { get { return _functionDefList; } } /// /// Returns query top-level expression. /// internal Node Expr { get { return _expr; } } } } // 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
- LogConverter.cs
- XmlWrappingReader.cs
- QueryResponse.cs
- ServiceEndpoint.cs
- XmlWrappingReader.cs
- MatrixAnimationUsingKeyFrames.cs
- TextBoxRenderer.cs
- TextBox.cs
- PnrpPermission.cs
- ComponentDispatcher.cs
- WindowProviderWrapper.cs
- GraphicsContainer.cs
- SqlEnums.cs
- ActivityBuilderHelper.cs
- Button.cs
- SuppressIldasmAttribute.cs
- Application.cs
- IItemContainerGenerator.cs
- ClientScriptItem.cs
- JumpList.cs
- CodeAccessPermission.cs
- DateTimeValueSerializerContext.cs
- GridSplitter.cs
- PaperSource.cs
- GlobalItem.cs
- MULTI_QI.cs
- Registry.cs
- SqlCacheDependencySection.cs
- Package.cs
- LongPath.cs
- PartitionedDataSource.cs
- DocumentScope.cs
- RemotingException.cs
- PeerService.cs
- Console.cs
- RegexFCD.cs
- NavigationCommands.cs
- TextEditorMouse.cs
- OdbcParameter.cs
- remotingproxy.cs
- RtfToXamlLexer.cs
- XamlDesignerSerializationManager.cs
- ListViewItemSelectionChangedEvent.cs
- CompilerInfo.cs
- Button.cs
- WebPartEditorApplyVerb.cs
- PrimitiveRenderer.cs
- CodeTypeReference.cs
- UIElementParaClient.cs
- HtmlTableRow.cs
- MessageRpc.cs
- WebAdminConfigurationHelper.cs
- RectIndependentAnimationStorage.cs
- _Semaphore.cs
- SmtpReplyReader.cs
- AddInActivator.cs
- OleDbStruct.cs
- BaseComponentEditor.cs
- DeploymentSectionCache.cs
- IMembershipProvider.cs
- TextEndOfSegment.cs
- X509CertificateCollection.cs
- FormViewDesigner.cs
- Metadata.cs
- StylusPointDescription.cs
- SafeFileHandle.cs
- WebPartConnectionCollection.cs
- DesignerAttribute.cs
- ImagingCache.cs
- WriteableBitmap.cs
- SecurityUtils.cs
- Registry.cs
- BaseTypeViewSchema.cs
- Int32.cs
- SafeTokenHandle.cs
- TextPatternIdentifiers.cs
- PartialClassGenerationTask.cs
- Ray3DHitTestResult.cs
- InfiniteTimeSpanConverter.cs
- SecurityUtils.cs
- FixedSOMTableRow.cs
- TextParagraphProperties.cs
- HuffmanTree.cs
- ZipPackagePart.cs
- MessageRpc.cs
- SignatureToken.cs
- PatternMatcher.cs
- CookielessHelper.cs
- _BaseOverlappedAsyncResult.cs
- DependencyPropertyConverter.cs
- CompositeDuplexElement.cs
- CompilerParameters.cs
- FocusChangedEventArgs.cs
- VersionUtil.cs
- TextBoxView.cs
- EventRecordWrittenEventArgs.cs
- ConfigXmlAttribute.cs
- ServiceModelSecurityTokenRequirement.cs
- ValidationHelpers.cs
- ReversePositionQuery.cs