Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Common / CommandTrees / DbModificationClause.cs / 3 / 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
- SqlClientFactory.cs
- PropertyConverter.cs
- RegisteredScript.cs
- FormViewDeletedEventArgs.cs
- DesignerSerializerAttribute.cs
- Msmq4PoisonHandler.cs
- Journal.cs
- CompiledQueryCacheEntry.cs
- CDSCollectionETWBCLProvider.cs
- StringDictionary.cs
- ReachPageContentSerializerAsync.cs
- ImageSource.cs
- Operand.cs
- DescendentsWalkerBase.cs
- CollectionConverter.cs
- HttpModuleActionCollection.cs
- DispatcherExceptionFilterEventArgs.cs
- EntityStoreSchemaGenerator.cs
- LazyTextWriterCreator.cs
- RoutedEventArgs.cs
- WebServiceAttribute.cs
- EllipseGeometry.cs
- MatrixTransform.cs
- ZipIOExtraFieldZip64Element.cs
- ViewGenerator.cs
- ConsoleKeyInfo.cs
- LedgerEntryCollection.cs
- Collection.cs
- SmtpAuthenticationManager.cs
- StringAnimationBase.cs
- MasterPage.cs
- WhiteSpaceTrimStringConverter.cs
- DynamicMethod.cs
- GeneralTransform3DTo2DTo3D.cs
- WebControlsSection.cs
- StateBag.cs
- HttpApplicationStateWrapper.cs
- HttpProxyTransportBindingElement.cs
- ClosableStream.cs
- DesignerActionHeaderItem.cs
- QilScopedVisitor.cs
- EntityWrapper.cs
- SecurityVerifiedMessage.cs
- EmptyEnumerator.cs
- CodeChecksumPragma.cs
- XmlWrappingReader.cs
- updateconfighost.cs
- NetSectionGroup.cs
- MenuItem.cs
- CompositeDesignerAccessibleObject.cs
- RSAPKCS1KeyExchangeFormatter.cs
- InkCanvas.cs
- FieldMetadata.cs
- DiscoveryClientOutputChannel.cs
- EntitySet.cs
- Viewport3DVisual.cs
- RenderContext.cs
- BindingCollection.cs
- TemplatedMailWebEventProvider.cs
- TextEditorTyping.cs
- RpcAsyncResult.cs
- SqlBulkCopyColumnMappingCollection.cs
- SourceLocationProvider.cs
- LiteralSubsegment.cs
- AssociatedControlConverter.cs
- PrintDialogDesigner.cs
- _NTAuthentication.cs
- MetaType.cs
- XmlObjectSerializerReadContext.cs
- Util.cs
- UserNameSecurityTokenAuthenticator.cs
- ProxyGenerator.cs
- XmlNode.cs
- StateDesigner.Layouts.cs
- Int32Converter.cs
- PerformanceCountersBase.cs
- SecurityPolicySection.cs
- PreservationFileWriter.cs
- SqlBooleanMismatchVisitor.cs
- ADMembershipUser.cs
- Int32CollectionConverter.cs
- HttpListener.cs
- DivideByZeroException.cs
- LinkTarget.cs
- WebServiceData.cs
- IntegrationExceptionEventArgs.cs
- WindowsSlider.cs
- TextBlockAutomationPeer.cs
- ToolStripControlHost.cs
- IList.cs
- PointCollectionConverter.cs
- ContextDataSourceContextData.cs
- SmiMetaData.cs
- PluralizationService.cs
- TimeSpanConverter.cs
- _ListenerAsyncResult.cs
- StringDictionaryWithComparer.cs
- RoleBoolean.cs
- LambdaCompiler.ControlFlow.cs
- BoundField.cs