Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatedEvent.cs / 1 / SqlRowUpdatedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System.Diagnostics; using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class SqlRowUpdatedEventArgs : RowUpdatedEventArgs { public SqlRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public SqlCommand Command { get { return(SqlCommand) base.Command; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- validationstate.cs
- WmlLinkAdapter.cs
- DbParameterHelper.cs
- ChildDocumentBlock.cs
- BindingOperations.cs
- ConnectionStringSettingsCollection.cs
- SettingsContext.cs
- ListBoxChrome.cs
- HitTestResult.cs
- BulletedListEventArgs.cs
- OutputCacheSettings.cs
- AuthenticationModuleElement.cs
- XmlILConstructAnalyzer.cs
- HtmlGenericControl.cs
- SapiInterop.cs
- BackoffTimeoutHelper.cs
- BaseParagraph.cs
- DocumentViewerBaseAutomationPeer.cs
- ListViewDataItem.cs
- coordinatorscratchpad.cs
- ResourcePool.cs
- DoubleUtil.cs
- ModelVisual3D.cs
- CmsInterop.cs
- CharConverter.cs
- OdbcEnvironment.cs
- HttpApplication.cs
- DataListDesigner.cs
- NotificationContext.cs
- StopStoryboard.cs
- HttpCapabilitiesSectionHandler.cs
- FixedDocument.cs
- TokenBasedSetEnumerator.cs
- Stackframe.cs
- PerformanceCounterNameAttribute.cs
- DeadCharTextComposition.cs
- ComponentResourceKey.cs
- ThaiBuddhistCalendar.cs
- Cell.cs
- CreateUserErrorEventArgs.cs
- OleAutBinder.cs
- SqlInfoMessageEvent.cs
- XPathEmptyIterator.cs
- BaseTemplateBuildProvider.cs
- login.cs
- ApplyTemplatesAction.cs
- PolygonHotSpot.cs
- PersonalizableAttribute.cs
- Cursors.cs
- ServiceContractListItemList.cs
- ByteConverter.cs
- ConfigurationElementProperty.cs
- DbDeleteCommandTree.cs
- BitmapEffectInput.cs
- MdiWindowListStrip.cs
- AssemblyName.cs
- ExitEventArgs.cs
- AppDomainProtocolHandler.cs
- XmlTextWriter.cs
- AddDataControlFieldDialog.cs
- Peer.cs
- DataFormats.cs
- WorkflowView.cs
- SettingsPropertyValueCollection.cs
- Transform3D.cs
- MLangCodePageEncoding.cs
- ObjRef.cs
- HandoffBehavior.cs
- ExceptionHandlerDesigner.cs
- RouteParser.cs
- FigureParaClient.cs
- DataGridItem.cs
- SystemGatewayIPAddressInformation.cs
- PageContent.cs
- MemberInfoSerializationHolder.cs
- PropertyChangedEventManager.cs
- WinHttpWebProxyFinder.cs
- MetadataItemEmitter.cs
- SymbolDocumentInfo.cs
- DefaultExpressionVisitor.cs
- StatementContext.cs
- ControlValuePropertyAttribute.cs
- FormatterServices.cs
- ListView.cs
- RegexCharClass.cs
- ForceCopyBuildProvider.cs
- QuaternionAnimationUsingKeyFrames.cs
- SessionEndingEventArgs.cs
- __Filters.cs
- OlePropertyStructs.cs
- ImageMap.cs
- FlowDocument.cs
- Adorner.cs
- MetadataItem.cs
- TypedTableBase.cs
- oledbconnectionstring.cs
- BitmapDecoder.cs
- DPCustomTypeDescriptor.cs
- ThreadSafeList.cs
- WebBrowserSiteBase.cs