Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatedEvent.cs / 1305376 / 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; public 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. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System.Diagnostics; using System; using System.Data; using System.Data.Common; public 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CookielessHelper.cs
- CacheMemory.cs
- LinqDataSourceDisposeEventArgs.cs
- SQLDoubleStorage.cs
- CodeDomComponentSerializationService.cs
- Component.cs
- TextBoxBase.cs
- Cursors.cs
- StringFreezingAttribute.cs
- AdornerPresentationContext.cs
- DefaultAsyncDataDispatcher.cs
- FactoryGenerator.cs
- SafeTokenHandle.cs
- CodeNamespaceImportCollection.cs
- AssociationTypeEmitter.cs
- TPLETWProvider.cs
- RuleSetBrowserDialog.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- CurrencyWrapper.cs
- MobileErrorInfo.cs
- Options.cs
- NumberFormatInfo.cs
- MobileCapabilities.cs
- LabelLiteral.cs
- MediaContext.cs
- ServiceChannelManager.cs
- SecurityDocument.cs
- DataTableTypeConverter.cs
- CircleEase.cs
- ServiceParser.cs
- PersistenceProvider.cs
- XmlJsonReader.cs
- LocalIdKeyIdentifierClause.cs
- SchemaCollectionCompiler.cs
- MailAddressCollection.cs
- SystemColorTracker.cs
- SelectorItemAutomationPeer.cs
- WebPartHeaderCloseVerb.cs
- SymmetricAlgorithm.cs
- UnknownWrapper.cs
- StyleSelector.cs
- HScrollBar.cs
- _SSPIWrapper.cs
- SymmetricKey.cs
- Group.cs
- AnimatedTypeHelpers.cs
- ObjectHelper.cs
- DataFormat.cs
- SafeNativeMethods.cs
- XmlSerializer.cs
- Deflater.cs
- SQLBytesStorage.cs
- EventLogEntryCollection.cs
- OletxDependentTransaction.cs
- QilIterator.cs
- SoapInteropTypes.cs
- TargetControlTypeAttribute.cs
- BlockUIContainer.cs
- WriteStateInfoBase.cs
- MSAAWinEventWrap.cs
- TypeReference.cs
- ToolStripDropDownMenu.cs
- HttpGetProtocolImporter.cs
- ContourSegment.cs
- HWStack.cs
- InnerItemCollectionView.cs
- SqlBulkCopyColumnMappingCollection.cs
- HiddenFieldDesigner.cs
- ChameleonKey.cs
- TCPListener.cs
- base64Transforms.cs
- DataTableMappingCollection.cs
- PersonalizationStateInfo.cs
- DbMetaDataColumnNames.cs
- SelectionEditor.cs
- FormsAuthenticationTicket.cs
- RichTextBoxAutomationPeer.cs
- ErrorHandler.cs
- RestClientProxyHandler.cs
- CacheOutputQuery.cs
- DivideByZeroException.cs
- HttpWebResponse.cs
- XamlPointCollectionSerializer.cs
- TypePresenter.xaml.cs
- ExpressionVisitor.cs
- LifetimeServices.cs
- VBCodeProvider.cs
- CapabilitiesAssignment.cs
- ResourcePermissionBase.cs
- Misc.cs
- BaseConfigurationRecord.cs
- Transform3DCollection.cs
- MessageEventSubscriptionService.cs
- Input.cs
- TypeResolver.cs
- PropertyTabAttribute.cs
- HttpGetClientProtocol.cs
- DataGridPagerStyle.cs
- DelegatingHeader.cs
- ImpersonateTokenRef.cs