Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- // // 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
- FaultDesigner.cs
- EmptyEnumerable.cs
- PackUriHelper.cs
- WebResourceAttribute.cs
- XpsS0ValidatingLoader.cs
- ParseChildrenAsPropertiesAttribute.cs
- NetMsmqSecurity.cs
- Quaternion.cs
- WorkItem.cs
- CanonicalFontFamilyReference.cs
- AllMembershipCondition.cs
- Debugger.cs
- HierarchicalDataBoundControl.cs
- ViewgenContext.cs
- RichTextBoxAutomationPeer.cs
- FrameworkReadOnlyPropertyMetadata.cs
- baseaxisquery.cs
- MeshGeometry3D.cs
- DetailsViewPageEventArgs.cs
- PrincipalPermission.cs
- KeyConverter.cs
- ErrorsHelper.cs
- CategoryNameCollection.cs
- RefreshPropertiesAttribute.cs
- ContainerUtilities.cs
- TextShapeableCharacters.cs
- OdbcCommandBuilder.cs
- SafeNativeHandle.cs
- ValueQuery.cs
- ValidatorUtils.cs
- ComPlusTypeLoader.cs
- RuntimeConfig.cs
- IconHelper.cs
- XmlChildNodes.cs
- TypeGeneratedEventArgs.cs
- HostProtectionException.cs
- CssTextWriter.cs
- ExpressionEditorAttribute.cs
- SimpleHandlerFactory.cs
- ListControlBoundActionList.cs
- RefreshPropertiesAttribute.cs
- TextElement.cs
- DependencyObjectProvider.cs
- DocumentPaginator.cs
- BooleanProjectedSlot.cs
- ValidatorCompatibilityHelper.cs
- WindowShowOrOpenTracker.cs
- ObjectNotFoundException.cs
- GroupStyle.cs
- RemotingException.cs
- GAC.cs
- Int64Animation.cs
- PropertyChangeTracker.cs
- FlowLayoutSettings.cs
- LayoutSettings.cs
- Substitution.cs
- HintTextConverter.cs
- EntityDataSourceChangingEventArgs.cs
- HandleExceptionArgs.cs
- ToolStripContainer.cs
- AssemblyCollection.cs
- MessageSecurityOverMsmqElement.cs
- PageSettings.cs
- SendMailErrorEventArgs.cs
- DataSourceControl.cs
- httpstaticobjectscollection.cs
- ObjectCloneHelper.cs
- _TimerThread.cs
- mda.cs
- FormViewDeleteEventArgs.cs
- x509store.cs
- InputProviderSite.cs
- WorkflowServiceAttributesTypeConverter.cs
- CodeLinePragma.cs
- CodeAccessSecurityEngine.cs
- ListViewPagedDataSource.cs
- ClientSponsor.cs
- AnimationLayer.cs
- XpsFilter.cs
- SQLConvert.cs
- KnownTypeAttribute.cs
- WindowsGraphicsWrapper.cs
- SqlParameter.cs
- ClipboardProcessor.cs
- SchemaElementDecl.cs
- webproxy.cs
- CodeTypeDeclaration.cs
- WaitHandleCannotBeOpenedException.cs
- BrowserPolicyValidator.cs
- PathFigure.cs
- TextRangeAdaptor.cs
- AppDomainFactory.cs
- MonitoringDescriptionAttribute.cs
- XPathSelfQuery.cs
- XsdValidatingReader.cs
- CommonGetThemePartSize.cs
- SafePEFileHandle.cs
- TransformProviderWrapper.cs
- Closure.cs
- EntityDataSourceStatementEditorForm.cs