Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- DecoratedNameAttribute.cs
- WsdlInspector.cs
- ToolStripGrip.cs
- FormViewPageEventArgs.cs
- AutomationIdentifierGuids.cs
- WebPartUserCapability.cs
- SolidColorBrush.cs
- DBSqlParser.cs
- PtsHost.cs
- ScrollBarAutomationPeer.cs
- DesignOnlyAttribute.cs
- XmlDigitalSignatureProcessor.cs
- FileSystemWatcher.cs
- ApplicationBuildProvider.cs
- DataControlFieldHeaderCell.cs
- MenuItemCollection.cs
- TypeReference.cs
- TimeStampChecker.cs
- CodeAccessSecurityEngine.cs
- WaitForChangedResult.cs
- MessagePropertyVariants.cs
- FixedDocumentPaginator.cs
- BuildResult.cs
- CultureTableRecord.cs
- DataBindingExpressionBuilder.cs
- MemoryPressure.cs
- EventProviderWriter.cs
- RedistVersionInfo.cs
- SqlInternalConnectionTds.cs
- Keywords.cs
- InternalCache.cs
- Error.cs
- SqlProcedureAttribute.cs
- CodeTypeParameterCollection.cs
- CachedFontFace.cs
- BindingList.cs
- ToolboxItemAttribute.cs
- XmlNamespaceDeclarationsAttribute.cs
- CommonDialog.cs
- BrowserDefinitionCollection.cs
- BindingsCollection.cs
- SqlDataSource.cs
- arabicshape.cs
- InkCanvasFeedbackAdorner.cs
- Propagator.Evaluator.cs
- StateManagedCollection.cs
- WindowsTokenRoleProvider.cs
- SortedDictionary.cs
- MiniLockedBorderGlyph.cs
- SqlIdentifier.cs
- __Filters.cs
- DSASignatureFormatter.cs
- CustomBinding.cs
- MessageDroppedTraceRecord.cs
- AddInProcess.cs
- ViewManager.cs
- TogglePattern.cs
- BaseDataListDesigner.cs
- MetadataSource.cs
- RuntimeIdentifierPropertyAttribute.cs
- PopupEventArgs.cs
- UpdateExpressionVisitor.cs
- BrowserTree.cs
- MSAANativeProvider.cs
- DateTimeOffsetConverter.cs
- DataGrid.cs
- SByteConverter.cs
- NetNamedPipeBinding.cs
- SqlFormatter.cs
- StrongNameIdentityPermission.cs
- CultureInfoConverter.cs
- ButtonBaseAutomationPeer.cs
- CompressEmulationStream.cs
- QueryOperatorEnumerator.cs
- TextSelectionHighlightLayer.cs
- ProfilePropertyMetadata.cs
- UnsafeNativeMethods.cs
- ScriptReferenceBase.cs
- TextInfo.cs
- WebSysDefaultValueAttribute.cs
- ExtensionQuery.cs
- InstanceDataCollectionCollection.cs
- MatcherBuilder.cs
- UncommonField.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- DataListComponentEditor.cs
- WebPartExportVerb.cs
- SynchronizationLockException.cs
- CheckoutException.cs
- AttachedPropertyMethodSelector.cs
- EntityDataSourceDesigner.cs
- HtmlFormAdapter.cs
- Bidi.cs
- _ListenerAsyncResult.cs
- RenderCapability.cs
- BindingCompleteEventArgs.cs
- OracleTransaction.cs
- SQLConvert.cs
- TextBox.cs
- FloatMinMaxAggregationOperator.cs