Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Common / CommandTrees / DbModificationClause.cs / 2 / DbModificationClause.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Data.Metadata.Edm; using System.Data.Common.CommandTrees.Internal; using System.Data.Common.Utils; using System.Diagnostics; namespace System.Data.Common.CommandTrees { ////// Specifies a single clause in an insert or update modification operation, see /// ///and /// /// An abstract base class allows the possibility of patterns other than /// Property = Value in future versions, e.g., /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Db")] public abstract class DbModificationClause { private DbModificationCommandTree _commandTree; internal DbModificationClause(DbModificationCommandTree commandTree) { _commandTree = commandTree; } // Effects: creates a deep copy of this clause parented to the given DML command tree internal abstract DbModificationClause Copy(DbModificationCommandTree newTree); // Effects: describes the contents of this clause using the given dumper internal abstract void DumpStructure(ExpressionDumper dumper); // Effects: produces a tree node describing this clause, recursively producing nodes // for child expressions using the given expression visitor internal abstract TreeNode Print(DbExpressionVisitor/// update Foo /// set ComplexTypeColumn.Bar() /// where Id = 2 ///
///visitor); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Data.Metadata.Edm; using System.Data.Common.CommandTrees.Internal; using System.Data.Common.Utils; using System.Diagnostics; namespace System.Data.Common.CommandTrees { ////// Specifies a single clause in an insert or update modification operation, see /// ///and /// /// An abstract base class allows the possibility of patterns other than /// Property = Value in future versions, e.g., /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Db")] public abstract class DbModificationClause { private DbModificationCommandTree _commandTree; internal DbModificationClause(DbModificationCommandTree commandTree) { _commandTree = commandTree; } // Effects: creates a deep copy of this clause parented to the given DML command tree internal abstract DbModificationClause Copy(DbModificationCommandTree newTree); // Effects: describes the contents of this clause using the given dumper internal abstract void DumpStructure(ExpressionDumper dumper); // Effects: produces a tree node describing this clause, recursively producing nodes // for child expressions using the given expression visitor internal abstract TreeNode Print(DbExpressionVisitor/// update Foo /// set ComplexTypeColumn.Bar() /// where Id = 2 ///
///visitor); } } // 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
- complextypematerializer.cs
- ConditionalAttribute.cs
- AdapterDictionary.cs
- AbstractExpressions.cs
- AuthorizationPolicyTypeElementCollection.cs
- CultureMapper.cs
- SafeEventLogWriteHandle.cs
- GraphicsState.cs
- SecurityManager.cs
- StorageConditionPropertyMapping.cs
- storepermission.cs
- InputLanguage.cs
- WaitForChangedResult.cs
- ListManagerBindingsCollection.cs
- ConnectionsZone.cs
- WCFModelStrings.Designer.cs
- WebScriptServiceHost.cs
- sqlinternaltransaction.cs
- Button.cs
- ProxyOperationRuntime.cs
- StrongNameIdentityPermission.cs
- PartialTrustHelpers.cs
- SmtpFailedRecipientException.cs
- SelectorAutomationPeer.cs
- ThreadInterruptedException.cs
- NewArrayExpression.cs
- ExpressionParser.cs
- ConvertBinder.cs
- CompiledXpathExpr.cs
- ImageMap.cs
- Binding.cs
- ObjectDataSourceView.cs
- Subtree.cs
- UserControlCodeDomTreeGenerator.cs
- OdbcReferenceCollection.cs
- SafeRightsManagementSessionHandle.cs
- HintTextMaxWidthConverter.cs
- ExecutedRoutedEventArgs.cs
- RuntimeConfigLKG.cs
- Header.cs
- SettingsPropertyValueCollection.cs
- ClipboardProcessor.cs
- DriveInfo.cs
- SignedXml.cs
- ResourceExpressionBuilder.cs
- Attribute.cs
- ElasticEase.cs
- TimelineGroup.cs
- PersonalizationProvider.cs
- XPathNavigatorKeyComparer.cs
- LayoutEditorPart.cs
- SerializationEventsCache.cs
- ModuleConfigurationInfo.cs
- HttpCachePolicyElement.cs
- NativeMethods.cs
- XmlSchemaSimpleContent.cs
- GroupBox.cs
- TraceSource.cs
- WinEventTracker.cs
- StackBuilderSink.cs
- HtmlControl.cs
- FontNamesConverter.cs
- TextEncodedRawTextWriter.cs
- CreateRefExpr.cs
- TemplatePartAttribute.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DESCryptoServiceProvider.cs
- ForwardPositionQuery.cs
- SmtpDigestAuthenticationModule.cs
- InputScope.cs
- DialogResultConverter.cs
- ButtonFlatAdapter.cs
- SymLanguageType.cs
- ViewCellSlot.cs
- PathTooLongException.cs
- NameValueConfigurationElement.cs
- QueryStringParameter.cs
- MessageSecurityVersionConverter.cs
- HttpCapabilitiesEvaluator.cs
- TableLayoutRowStyleCollection.cs
- SingleSelectRootGridEntry.cs
- MediaSystem.cs
- NativeWrapper.cs
- HtmlMeta.cs
- CacheOutputQuery.cs
- DesignParameter.cs
- DesignerCatalogPartChrome.cs
- selecteditemcollection.cs
- SafeFileMapViewHandle.cs
- ExceptionHandlers.cs
- MoveSizeWinEventHandler.cs
- TdsParserSessionPool.cs
- COM2ExtendedTypeConverter.cs
- WebServiceData.cs
- EventWaitHandleSecurity.cs
- PropertyPushdownHelper.cs
- DetailsViewCommandEventArgs.cs
- MdiWindowListItemConverter.cs
- DynamicQueryableWrapper.cs
- ImplicitInputBrush.cs