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
- MdiWindowListItemConverter.cs
- MarkerProperties.cs
- JsonQNameDataContract.cs
- ScriptingProfileServiceSection.cs
- XmlAnyAttributeAttribute.cs
- ObjectFullSpanRewriter.cs
- _AuthenticationState.cs
- ChoiceConverter.cs
- SoundPlayer.cs
- SqlFacetAttribute.cs
- WebPartDescriptionCollection.cs
- EditorZoneDesigner.cs
- InterleavedZipPartStream.cs
- ExpressionHelper.cs
- WeakHashtable.cs
- WorkflowMessageEventHandler.cs
- Trigger.cs
- HiddenField.cs
- InputDevice.cs
- SqlDataSource.cs
- DateTimeOffsetConverter.cs
- BrowserDefinition.cs
- BooleanConverter.cs
- CompiledIdentityConstraint.cs
- ValidationService.cs
- InternalBufferOverflowException.cs
- ReflectionUtil.cs
- DeflateStreamAsyncResult.cs
- ProfileGroupSettingsCollection.cs
- HashHelpers.cs
- BulletedList.cs
- GetFileNameResult.cs
- PackWebRequestFactory.cs
- OracleNumber.cs
- IndentedTextWriter.cs
- DataObject.cs
- LightweightCodeGenerator.cs
- DataControlReferenceCollection.cs
- InputLanguageManager.cs
- AlgoModule.cs
- ToolStripPanelSelectionGlyph.cs
- LinkConverter.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- oledbconnectionstring.cs
- TextStore.cs
- TimeZone.cs
- Encoder.cs
- _TimerThread.cs
- FtpRequestCacheValidator.cs
- DbConnectionFactory.cs
- DelayedRegex.cs
- HotSpotCollection.cs
- DataObject.cs
- UrlAuthFailedErrorFormatter.cs
- TraceSource.cs
- FormsAuthenticationEventArgs.cs
- sqlpipe.cs
- DataGridLength.cs
- SoapFaultCodes.cs
- MsmqNonTransactedPoisonHandler.cs
- ZipFileInfo.cs
- DoubleCollection.cs
- RepeatButtonAutomationPeer.cs
- IResourceProvider.cs
- _ServiceNameStore.cs
- WebControlAdapter.cs
- CodeIdentifier.cs
- CLSCompliantAttribute.cs
- MimeMapping.cs
- TextContainer.cs
- SoapElementAttribute.cs
- JoinCqlBlock.cs
- NotifyParentPropertyAttribute.cs
- SafeEventLogReadHandle.cs
- XDeferredAxisSource.cs
- BitSet.cs
- XslCompiledTransform.cs
- DataGridItem.cs
- ElementNotAvailableException.cs
- LOSFormatter.cs
- WrappedIUnknown.cs
- StringValueSerializer.cs
- MembershipSection.cs
- UserNamePasswordValidationMode.cs
- StateWorkerRequest.cs
- AnnotationObservableCollection.cs
- PropertyTabChangedEvent.cs
- StylusCaptureWithinProperty.cs
- BridgeDataReader.cs
- SafeNativeMethods.cs
- Int32EqualityComparer.cs
- DrawingBrush.cs
- WSHttpBindingElement.cs
- IProvider.cs
- PageRanges.cs
- CustomErrorCollection.cs
- XdrBuilder.cs
- SimpleHandlerBuildProvider.cs
- IUnknownConstantAttribute.cs
- SmtpClient.cs