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
- ValidateNames.cs
- _SingleItemRequestCache.cs
- XmlChoiceIdentifierAttribute.cs
- StringPropertyBuilder.cs
- StickyNoteHelper.cs
- EpmContentDeSerializer.cs
- TextEditorCharacters.cs
- WebServiceBindingAttribute.cs
- DataGridViewCellStyle.cs
- ExtenderControl.cs
- HtmlTableCellCollection.cs
- XpsResourcePolicy.cs
- FileCodeGroup.cs
- TextTreeDeleteContentUndoUnit.cs
- Decimal.cs
- DBCSCodePageEncoding.cs
- BoolExpression.cs
- ConstructorBuilder.cs
- DataSetSchema.cs
- SqlBulkCopy.cs
- DataMemberFieldEditor.cs
- CheckBoxField.cs
- FormParameter.cs
- Path.cs
- FileClassifier.cs
- LambdaCompiler.Address.cs
- XmlSchemaCollection.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DelegateSerializationHolder.cs
- CodeTypeMemberCollection.cs
- CodeObject.cs
- PeerToPeerException.cs
- FormViewInsertedEventArgs.cs
- UIEndRequest.cs
- ManipulationLogic.cs
- PolicyException.cs
- RNGCryptoServiceProvider.cs
- ObjectToIdCache.cs
- FileDialog_Vista_Interop.cs
- ProcessThread.cs
- NativeMethods.cs
- OleDbError.cs
- RegistryKey.cs
- UIPropertyMetadata.cs
- XmlSchemaParticle.cs
- SessionStateSection.cs
- Rectangle.cs
- RenamedEventArgs.cs
- SplashScreenNativeMethods.cs
- UseAttributeSetsAction.cs
- ConstrainedDataObject.cs
- Link.cs
- FormsAuthenticationUserCollection.cs
- CalendarKeyboardHelper.cs
- RepeatBehaviorConverter.cs
- PipelineModuleStepContainer.cs
- FrameAutomationPeer.cs
- formatter.cs
- RoutedPropertyChangedEventArgs.cs
- FixedSOMImage.cs
- GlobalizationAssembly.cs
- FieldNameLookup.cs
- SubpageParaClient.cs
- TransformationRules.cs
- RoleManagerEventArgs.cs
- FixedMaxHeap.cs
- LineSegment.cs
- DataMisalignedException.cs
- SafeEventLogWriteHandle.cs
- DiffuseMaterial.cs
- UriTemplatePathSegment.cs
- DBDataPermissionAttribute.cs
- RadioButtonBaseAdapter.cs
- Zone.cs
- Label.cs
- ServiceAppDomainAssociationProvider.cs
- CustomAttribute.cs
- ProviderException.cs
- HtmlControl.cs
- WmpBitmapEncoder.cs
- BindingContext.cs
- ByteStreamGeometryContext.cs
- CookieProtection.cs
- DynamicQueryableWrapper.cs
- ToolStripDropDownClosingEventArgs.cs
- PathSegment.cs
- ApplicationFileParser.cs
- TrimSurroundingWhitespaceAttribute.cs
- FontWeights.cs
- Condition.cs
- Menu.cs
- IntSecurity.cs
- XmlDataSourceNodeDescriptor.cs
- WebHttpBindingElement.cs
- NamespaceExpr.cs
- AlternateViewCollection.cs
- FileLogRecordStream.cs
- LinearKeyFrames.cs
- DataKeyCollection.cs
- GlyphRunDrawing.cs