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
- AdornerPresentationContext.cs
- ComponentResourceKey.cs
- UserUseLicenseDictionaryLoader.cs
- HttpRequest.cs
- Sql8ExpressionRewriter.cs
- UserValidatedEventArgs.cs
- SR.cs
- UIElement3DAutomationPeer.cs
- Constant.cs
- ListBoxAutomationPeer.cs
- OrderByBuilder.cs
- QueueProcessor.cs
- ReadingWritingEntityEventArgs.cs
- SharedDp.cs
- XmlCharCheckingWriter.cs
- TextEmbeddedObject.cs
- UnknownWrapper.cs
- WorkflowDurableInstance.cs
- StringBlob.cs
- HttpWebRequest.cs
- ItemList.cs
- XamlToRtfParser.cs
- X509Chain.cs
- ParameterBuilder.cs
- SettingsAttributeDictionary.cs
- ImageSourceConverter.cs
- SortFieldComparer.cs
- XmlCharCheckingReader.cs
- RemoveStoryboard.cs
- StreamedFramingRequestChannel.cs
- IndicFontClient.cs
- AncestorChangedEventArgs.cs
- AllMembershipCondition.cs
- AnonymousIdentificationSection.cs
- ObjectDataSourceView.cs
- SrgsElementFactory.cs
- IndependentlyAnimatedPropertyMetadata.cs
- OleDbRowUpdatedEvent.cs
- Vector3DValueSerializer.cs
- DelayDesigner.cs
- PagerSettings.cs
- EdmType.cs
- MembershipSection.cs
- NumberFormatInfo.cs
- DocumentXPathNavigator.cs
- DefaultTextStore.cs
- PropertyFilterAttribute.cs
- WinEventQueueItem.cs
- OdbcFactory.cs
- TextRangeEditLists.cs
- AutomationElement.cs
- MultipleViewPattern.cs
- FontEditor.cs
- EventSourceCreationData.cs
- cryptoapiTransform.cs
- XmlWriterSettings.cs
- WebPartMinimizeVerb.cs
- XpsPackagingException.cs
- Model3D.cs
- ChangeInterceptorAttribute.cs
- Cursor.cs
- NotFiniteNumberException.cs
- MarkupCompilePass2.cs
- CatchBlock.cs
- ReliableMessagingVersionConverter.cs
- StateMachine.cs
- VirtualPathProvider.cs
- TypographyProperties.cs
- WasEndpointConfigContainer.cs
- PointCollectionConverter.cs
- MLangCodePageEncoding.cs
- CollectionViewGroup.cs
- NetworkAddressChange.cs
- SessionParameter.cs
- WindowsMenu.cs
- ActivityExecutionContextCollection.cs
- Sql8ConformanceChecker.cs
- UiaCoreTypesApi.cs
- GridViewCommandEventArgs.cs
- XmlChildNodes.cs
- DesignerOptionService.cs
- TypeSystem.cs
- StylusPointPropertyInfoDefaults.cs
- TextSimpleMarkerProperties.cs
- MenuTracker.cs
- DataSet.cs
- Inline.cs
- SourceSwitch.cs
- SubqueryRules.cs
- AttachedPropertyBrowsableAttribute.cs
- PageCatalogPart.cs
- XmlCharCheckingWriter.cs
- DocumentOrderQuery.cs
- XmlUrlResolver.cs
- SafeHandle.cs
- ConfigXmlComment.cs
- WmlValidationSummaryAdapter.cs
- PerspectiveCamera.cs
- DesignerWithHeader.cs
- TraceContextEventArgs.cs