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
- BezierSegment.cs
- PrintControllerWithStatusDialog.cs
- NestedContainer.cs
- Keyboard.cs
- Geometry3D.cs
- RTLAwareMessageBox.cs
- diagnosticsswitches.cs
- ComponentChangedEvent.cs
- WebPartMenuStyle.cs
- EntityCollectionChangedParams.cs
- DataGridViewCellParsingEventArgs.cs
- TagPrefixCollection.cs
- WebPartUserCapability.cs
- StyleConverter.cs
- EntityDataSourceSelectedEventArgs.cs
- TerminateSequence.cs
- CannotUnloadAppDomainException.cs
- KeyProperty.cs
- CqlBlock.cs
- XPathNodeHelper.cs
- TypeHelper.cs
- AsyncStreamReader.cs
- DateTimeValueSerializerContext.cs
- DefaultValueConverter.cs
- WMICapabilities.cs
- FormattedText.cs
- StateItem.cs
- ConvertEvent.cs
- OracleCommand.cs
- XmlSchemaComplexContentExtension.cs
- TileBrush.cs
- SmiRequestExecutor.cs
- XsltSettings.cs
- ITreeGenerator.cs
- ProfileSettings.cs
- WebServiceFault.cs
- FileSystemEventArgs.cs
- CollectionType.cs
- DetailsViewAutoFormat.cs
- __ConsoleStream.cs
- StrongNameMembershipCondition.cs
- MatchingStyle.cs
- DataTableNewRowEvent.cs
- DbReferenceCollection.cs
- HTTPRemotingHandler.cs
- TimelineClockCollection.cs
- AnonymousIdentificationSection.cs
- SwitchElementsCollection.cs
- RightsManagementPermission.cs
- DefaultMemberAttribute.cs
- GroupStyle.cs
- FieldToken.cs
- CalendarDataBindingHandler.cs
- PagedDataSource.cs
- DbConnectionPool.cs
- StrongNamePublicKeyBlob.cs
- DataSourceXmlSubItemAttribute.cs
- ActivityTypeResolver.xaml.cs
- RevocationPoint.cs
- StoreContentChangedEventArgs.cs
- FamilyTypefaceCollection.cs
- ResizeGrip.cs
- ADMembershipUser.cs
- AnnotationAuthorChangedEventArgs.cs
- TextTreeTextNode.cs
- SessionEndingEventArgs.cs
- DomainUpDown.cs
- StatusBarItem.cs
- SharedPerformanceCounter.cs
- PointAnimationBase.cs
- CommandManager.cs
- SharedDp.cs
- CompoundFileReference.cs
- HtmlHead.cs
- SecurityResources.cs
- OutputCacheProfile.cs
- StorageSetMapping.cs
- IUnknownConstantAttribute.cs
- CommandHelpers.cs
- CompiledAction.cs
- SoapAttributes.cs
- WMIGenerator.cs
- GlyphCache.cs
- EncoderExceptionFallback.cs
- InstalledFontCollection.cs
- ConfigXmlText.cs
- Transform3D.cs
- Selection.cs
- XamlSerializer.cs
- PropertyRef.cs
- ConstructorNeedsTagAttribute.cs
- RuntimeVariableList.cs
- MILUtilities.cs
- ExceptionHandlerDesigner.cs
- ConstraintEnumerator.cs
- DebuggerAttributes.cs
- RenderTargetBitmap.cs
- TextShapeableCharacters.cs
- Security.cs
- Point3D.cs