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
- FormViewRow.cs
- FirstMatchCodeGroup.cs
- FlowLayoutPanel.cs
- AliasGenerator.cs
- DependencySource.cs
- UrlMappingsSection.cs
- IisTraceListener.cs
- ScalarConstant.cs
- Executor.cs
- UInt16Storage.cs
- AssertFilter.cs
- ConnectorRouter.cs
- TagNameToTypeMapper.cs
- BroadcastEventHelper.cs
- GPStream.cs
- ToolboxItemAttribute.cs
- MethodRental.cs
- LogFlushAsyncResult.cs
- MethodBuilderInstantiation.cs
- RuleSetDialog.cs
- DataControlReference.cs
- StringInfo.cs
- BamlLocalizableResource.cs
- Random.cs
- GPRECT.cs
- MethodBody.cs
- InternalResources.cs
- PageContentCollection.cs
- Clock.cs
- User.cs
- MergablePropertyAttribute.cs
- InvalidChannelBindingException.cs
- TemplateBamlTreeBuilder.cs
- CodeNamespaceImportCollection.cs
- RequestReplyCorrelator.cs
- AccessibilityHelperForVista.cs
- SystemWebSectionGroup.cs
- CommunicationObjectFaultedException.cs
- BamlRecordHelper.cs
- CanExpandCollapseAllConverter.cs
- DeferredTextReference.cs
- Activator.cs
- DbProviderFactory.cs
- Int16.cs
- Span.cs
- DataGridViewTextBoxColumn.cs
- SafeReversePInvokeHandle.cs
- CallContext.cs
- SynchronizedDispatch.cs
- DBSchemaRow.cs
- HelpFileFileNameEditor.cs
- NavigateEvent.cs
- NumberFormatter.cs
- CompensationHandlingFilter.cs
- COM2Properties.cs
- DataSourceComponent.cs
- DiscardableAttribute.cs
- DetailsViewRowCollection.cs
- HtmlLinkAdapter.cs
- CompatibleIComparer.cs
- ExpressionPrefixAttribute.cs
- NameNode.cs
- XmlTextEncoder.cs
- SafeNativeMethods.cs
- documentsequencetextpointer.cs
- SimpleApplicationHost.cs
- MediaContext.cs
- wgx_exports.cs
- Point3DAnimationUsingKeyFrames.cs
- SID.cs
- FileDialogPermission.cs
- PartitionResolver.cs
- PropertyGroupDescription.cs
- GiveFeedbackEventArgs.cs
- figurelengthconverter.cs
- OdbcEnvironment.cs
- EventPropertyMap.cs
- AttributeExtensions.cs
- DesignerMetadata.cs
- ConfigXmlDocument.cs
- LightweightCodeGenerator.cs
- MessageSmuggler.cs
- DelimitedListTraceListener.cs
- CollectionsUtil.cs
- CompositionAdorner.cs
- TreePrinter.cs
- DiagnosticTrace.cs
- Aggregates.cs
- StringArrayConverter.cs
- TrackingWorkflowEventArgs.cs
- XmlCodeExporter.cs
- DeviceContexts.cs
- MatrixCamera.cs
- ModuleConfigurationInfo.cs
- NextPreviousPagerField.cs
- MimePart.cs
- ProtectedConfigurationProviderCollection.cs
- PassportIdentity.cs
- MsdtcClusterUtils.cs
- AtlasWeb.Designer.cs