Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- RegexRunnerFactory.cs
- TreeViewAutomationPeer.cs
- Label.cs
- EntitySetBase.cs
- SortQueryOperator.cs
- OletxDependentTransaction.cs
- WebMessageBodyStyleHelper.cs
- UseAttributeSetsAction.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- EntitySet.cs
- ByteConverter.cs
- StorageScalarPropertyMapping.cs
- CompressedStack.cs
- Propagator.cs
- QueryCacheEntry.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- CodeCatchClauseCollection.cs
- Header.cs
- PointIndependentAnimationStorage.cs
- Expressions.cs
- Matrix.cs
- LinqDataSourceInsertEventArgs.cs
- StringKeyFrameCollection.cs
- FieldNameLookup.cs
- AuthenticationManager.cs
- DataGridSortCommandEventArgs.cs
- EntityDataSourceReferenceGroup.cs
- OrderedDictionaryStateHelper.cs
- ScriptBehaviorDescriptor.cs
- CellParagraph.cs
- CommandField.cs
- LinkArea.cs
- PaperSize.cs
- Trace.cs
- IsolatedStorage.cs
- BitmapEffectGroup.cs
- StoreItemCollection.Loader.cs
- documentsequencetextpointer.cs
- CompModSwitches.cs
- Cursor.cs
- PageBuildProvider.cs
- DesignerLoader.cs
- DATA_BLOB.cs
- SafeFileMappingHandle.cs
- TextElementAutomationPeer.cs
- RenderingEventArgs.cs
- Invariant.cs
- ZipIOExtraFieldPaddingElement.cs
- ImageSource.cs
- Base64Stream.cs
- _NegotiateClient.cs
- DataControlHelper.cs
- StackSpiller.Generated.cs
- WebFormDesignerActionService.cs
- StringArrayConverter.cs
- TextSimpleMarkerProperties.cs
- HtmlInputFile.cs
- PlatformNotSupportedException.cs
- ToolStripContentPanel.cs
- ExpressionVisitor.cs
- MediaContextNotificationWindow.cs
- FontSizeConverter.cs
- TreeNodeBinding.cs
- ToolStripSeparator.cs
- Emitter.cs
- SqlBulkCopy.cs
- Viewport3DVisual.cs
- Module.cs
- DataBoundControlAdapter.cs
- FormCollection.cs
- SafeTokenHandle.cs
- SqlDependencyListener.cs
- BindingExpressionBase.cs
- MissingMethodException.cs
- CultureTable.cs
- SubMenuStyleCollection.cs
- ToolStripItemEventArgs.cs
- CodeDomDesignerLoader.cs
- RelationshipType.cs
- InvokeHandlers.cs
- BooleanStorage.cs
- CommandField.cs
- PropagatorResult.cs
- QilDataSource.cs
- ConfigurationProperty.cs
- XmlTextReader.cs
- CorrelationService.cs
- BindingGraph.cs
- EpmSyndicationContentDeSerializer.cs
- EventProviderWriter.cs
- SessionSwitchEventArgs.cs
- Highlights.cs
- Scalars.cs
- StoreItemCollection.cs
- KeyNotFoundException.cs
- DbProviderFactoriesConfigurationHandler.cs
- IntegerValidatorAttribute.cs
- ByteAnimationBase.cs
- RequestCachePolicy.cs
- ParserContext.cs