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
- InternalTransaction.cs
- StreamGeometry.cs
- CheckBoxBaseAdapter.cs
- ThumbButtonInfo.cs
- WebControlAdapter.cs
- TextRangeEdit.cs
- XmlSchemaIdentityConstraint.cs
- PackWebRequest.cs
- BulletDecorator.cs
- DebugViewWriter.cs
- SrgsGrammarCompiler.cs
- Profiler.cs
- SchemaDeclBase.cs
- UnrecognizedAssertionsBindingElement.cs
- bidPrivateBase.cs
- LinearQuaternionKeyFrame.cs
- ScaleTransform.cs
- IDictionary.cs
- X509Utils.cs
- RectAnimation.cs
- QuaternionKeyFrameCollection.cs
- GlyphCache.cs
- HScrollProperties.cs
- CodeCastExpression.cs
- ColumnMapVisitor.cs
- HtmlTextViewAdapter.cs
- ITreeGenerator.cs
- AlignmentYValidation.cs
- SourceChangedEventArgs.cs
- AmbientLight.cs
- DuplicateWaitObjectException.cs
- StringUtil.cs
- GraphicsContext.cs
- SHA384.cs
- TargetInvocationException.cs
- DesignerDataColumn.cs
- DataControlImageButton.cs
- PreviewPrintController.cs
- RemoteCryptoDecryptRequest.cs
- RawStylusInputReport.cs
- TargetFrameworkUtil.cs
- MethodSignatureGenerator.cs
- WebServiceFaultDesigner.cs
- WhiteSpaceTrimStringConverter.cs
- Identifier.cs
- KoreanLunisolarCalendar.cs
- _SafeNetHandles.cs
- Tokenizer.cs
- BinaryObjectReader.cs
- CodeTypeReferenceSerializer.cs
- CodeTypeMember.cs
- exports.cs
- MenuEventArgs.cs
- FieldToken.cs
- DocumentSequenceHighlightLayer.cs
- CacheDependency.cs
- DoubleLink.cs
- MatrixTransform.cs
- DataServiceSaveChangesEventArgs.cs
- configsystem.cs
- EdmTypeAttribute.cs
- CalendarTable.cs
- WindowsRegion.cs
- StrokeNodeData.cs
- TypeBuilder.cs
- MessageQueueEnumerator.cs
- PropertyGridCommands.cs
- SafeFileMapViewHandle.cs
- NotifyInputEventArgs.cs
- AnnotationMap.cs
- UIElementAutomationPeer.cs
- Brush.cs
- IntellisenseTextBox.designer.cs
- WebPartVerbCollection.cs
- RequestBringIntoViewEventArgs.cs
- MdImport.cs
- TcpServerChannel.cs
- AsyncOperationManager.cs
- Baml2006ReaderContext.cs
- CachedBitmap.cs
- UTF7Encoding.cs
- CursorConverter.cs
- BuilderInfo.cs
- ManagementOptions.cs
- ForAllOperator.cs
- InfoCardService.cs
- ReferencedType.cs
- ExportOptions.cs
- NamespaceEmitter.cs
- WSFederationHttpBindingCollectionElement.cs
- EventProxy.cs
- XmlDigitalSignatureProcessor.cs
- MailSettingsSection.cs
- SerialPinChanges.cs
- LocalizableAttribute.cs
- WorkflowItemsPresenter.cs
- LineBreak.cs
- DesignerLoader.cs
- Number.cs
- RuntimeResourceSet.cs