Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / CommandTrees / DbModificationClause.cs / 1305376 / DbModificationClause.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- 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 { internal DbModificationClause() { } // 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
- RemoteTokenFactory.cs
- CodeFieldReferenceExpression.cs
- TaskSchedulerException.cs
- Attributes.cs
- StrokeNodeEnumerator.cs
- RunWorkerCompletedEventArgs.cs
- PnrpPermission.cs
- SelectManyQueryOperator.cs
- ParallelTimeline.cs
- SqlGatherConsumedAliases.cs
- __Filters.cs
- Geometry.cs
- SyntaxCheck.cs
- FilteredAttributeCollection.cs
- ApplicationInterop.cs
- ValueProviderWrapper.cs
- PointConverter.cs
- IBuiltInEvidence.cs
- AncestorChangedEventArgs.cs
- DataControlFieldHeaderCell.cs
- TextTreeUndoUnit.cs
- _TransmitFileOverlappedAsyncResult.cs
- RuleProcessor.cs
- TypedServiceChannelBuilder.cs
- DrawingContextDrawingContextWalker.cs
- Page.cs
- TextHintingModeValidation.cs
- Symbol.cs
- ScriptingJsonSerializationSection.cs
- DataStorage.cs
- ExclusiveHandle.cs
- DesignTimeParseData.cs
- WindowsAuthenticationModule.cs
- CommandID.cs
- WizardPanel.cs
- RadialGradientBrush.cs
- _NegoState.cs
- IsolatedStorageFileStream.cs
- WhileDesigner.cs
- DbConnectionPoolGroup.cs
- RsaKeyIdentifierClause.cs
- AcceleratedTokenAuthenticator.cs
- FrameworkName.cs
- DynamicEntity.cs
- printdlgexmarshaler.cs
- WebBrowserBase.cs
- ApplicationManager.cs
- DataRowCollection.cs
- SqlUserDefinedTypeAttribute.cs
- UriTemplateClientFormatter.cs
- WebGetAttribute.cs
- CapabilitiesPattern.cs
- GlobalId.cs
- PersistenceProviderDirectory.cs
- RecognizerStateChangedEventArgs.cs
- Image.cs
- _SecureChannel.cs
- WebServiceFault.cs
- XslNumber.cs
- XmlChildEnumerator.cs
- JumpPath.cs
- Action.cs
- Utils.cs
- InterleavedZipPartStream.cs
- ReaderWriterLockWrapper.cs
- NativeMethods.cs
- FontFamily.cs
- _LocalDataStoreMgr.cs
- CommonObjectSecurity.cs
- ObjectAssociationEndMapping.cs
- DefaultBinder.cs
- OracleCommandSet.cs
- WindowsFont.cs
- CookieProtection.cs
- BaseTemplateParser.cs
- TextDecorationCollection.cs
- ChangePasswordDesigner.cs
- SqlInfoMessageEvent.cs
- ControlCollection.cs
- Control.cs
- CommandHelper.cs
- FixedFlowMap.cs
- FlowNode.cs
- NativeCppClassAttribute.cs
- FactoryId.cs
- EventManager.cs
- UserControlCodeDomTreeGenerator.cs
- SoapAttributes.cs
- arc.cs
- SqlCacheDependencySection.cs
- NestPullup.cs
- LassoSelectionBehavior.cs
- DataGridTable.cs
- UnsafeNativeMethods.cs
- RowUpdatedEventArgs.cs
- HMAC.cs
- OdbcConnection.cs
- StylusLogic.cs
- Emitter.cs
- MetaModel.cs