Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / CommandExpr.cs / 1 / CommandExpr.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; ////// Represents Command expression. /// DML support was removed as of 05/08/2006 ([....]) /// internal sealed class CommandExpr : Expr { private ExprList_namespaceDeclarationList; private Expr _queryExpr; /// /// initializes command expression. /// /// optional namespace declarations /// query of dml expression internal CommandExpr( ExprListnsExpr, Expr queryExpr ) { _namespaceDeclarationList = nsExpr; _queryExpr = queryExpr; } /// /// returns optional namespace declaration expression /// internal ExprListNamespaceDeclList { get { return _namespaceDeclarationList; } } /// /// returns Query expression. /// internal Expr QueryExpr { get { return _queryExpr; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; ////// Represents Command expression. /// DML support was removed as of 05/08/2006 ([....]) /// internal sealed class CommandExpr : Expr { private ExprList_namespaceDeclarationList; private Expr _queryExpr; /// /// initializes command expression. /// /// optional namespace declarations /// query of dml expression internal CommandExpr( ExprListnsExpr, Expr queryExpr ) { _namespaceDeclarationList = nsExpr; _queryExpr = queryExpr; } /// /// returns optional namespace declaration expression /// internal ExprListNamespaceDeclList { get { return _namespaceDeclarationList; } } /// /// returns Query expression. /// internal Expr QueryExpr { get { return _queryExpr; } } } } // 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
- EmptyElement.cs
- GroupByQueryOperator.cs
- DataControlExtensions.cs
- VisualStyleElement.cs
- SafeHandle.cs
- TemplateBaseAction.cs
- SoundPlayer.cs
- CodeEntryPointMethod.cs
- DbDataReader.cs
- x509store.cs
- ContractListAdapter.cs
- ButtonBaseAdapter.cs
- PriorityQueue.cs
- AnimatedTypeHelpers.cs
- QilParameter.cs
- PartialTrustVisibleAssembly.cs
- VisualStyleTypesAndProperties.cs
- FieldBuilder.cs
- XmlQueryContext.cs
- IndexedString.cs
- WebPartCloseVerb.cs
- ConfigurationException.cs
- IQueryable.cs
- SimpleNameService.cs
- WorkflowPersistenceContext.cs
- Int32Rect.cs
- WindowsPrincipal.cs
- storagemappingitemcollection.viewdictionary.cs
- XmlnsDictionary.cs
- ProviderMetadata.cs
- SiteMembershipCondition.cs
- ScalarRestriction.cs
- ListenerHandler.cs
- StandardBindingImporter.cs
- InvalidOperationException.cs
- RegexCompilationInfo.cs
- QilValidationVisitor.cs
- TemplateManager.cs
- DataServiceHostFactory.cs
- TemporaryBitmapFile.cs
- SqlTransaction.cs
- StringExpressionSet.cs
- TerminatorSinks.cs
- TableChangeProcessor.cs
- ProgressPage.cs
- XPathDocumentBuilder.cs
- Utils.cs
- DetailsViewModeEventArgs.cs
- PrintDialogException.cs
- ServiceOperationListItem.cs
- CoreSwitches.cs
- WorkflowWebHostingModule.cs
- ArrayItemReference.cs
- AlignmentYValidation.cs
- List.cs
- ResetableIterator.cs
- IndexedEnumerable.cs
- PropVariant.cs
- CheckBoxStandardAdapter.cs
- sqlser.cs
- WebPartMenu.cs
- ImageListUtils.cs
- MissingManifestResourceException.cs
- RSAPKCS1SignatureFormatter.cs
- VisualStyleInformation.cs
- WebRequest.cs
- Encoder.cs
- PartialTrustVisibleAssembliesSection.cs
- EncoderExceptionFallback.cs
- PropertyInfoSet.cs
- ActionNotSupportedException.cs
- CodeTypeOfExpression.cs
- ModifyActivitiesPropertyDescriptor.cs
- XPathBuilder.cs
- SqlProfileProvider.cs
- LightweightCodeGenerator.cs
- XPathPatternParser.cs
- WebScriptMetadataMessageEncoderFactory.cs
- SafeArrayTypeMismatchException.cs
- QilValidationVisitor.cs
- EffectiveValueEntry.cs
- PriorityRange.cs
- EntityType.cs
- GeneralTransformCollection.cs
- SelectionChangedEventArgs.cs
- CustomSignedXml.cs
- FontFamily.cs
- CultureInfoConverter.cs
- SiteMapDataSource.cs
- OptimizedTemplateContentHelper.cs
- RSAPKCS1SignatureDeformatter.cs
- SqlStatistics.cs
- StreamUpgradeAcceptor.cs
- ListGeneralPage.cs
- RefreshPropertiesAttribute.cs
- XmlCompatibilityReader.cs
- XmlWrappingReader.cs
- TypographyProperties.cs
- FacetValueContainer.cs
- HyperLinkStyle.cs