Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatedEvent.cs / 1305376 / OleDbRowUpdatedEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.OleDb {
using System;
using System.Data;
using System.Data.Common;
public sealed class OleDbRowUpdatedEventArgs : RowUpdatedEventArgs {
public OleDbRowUpdatedEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(dataRow, command, statementType, tableMapping) {
}
new public OleDbCommand Command {
get {
return(OleDbCommand) 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
- Switch.cs
- MasterPageCodeDomTreeGenerator.cs
- DataGridViewColumn.cs
- WebServiceHandler.cs
- DeploymentSection.cs
- QilScopedVisitor.cs
- Encoding.cs
- ObjectDataProvider.cs
- QilPatternFactory.cs
- NamespaceInfo.cs
- RewritingProcessor.cs
- ItemTypeToolStripMenuItem.cs
- DataGridViewCheckBoxColumn.cs
- SplineKeyFrames.cs
- PathHelper.cs
- InfocardInteractiveChannelInitializer.cs
- ConnectionStringsExpressionBuilder.cs
- ConnectionPoolManager.cs
- ToolStripControlHost.cs
- CodeSnippetExpression.cs
- DesignerAdRotatorAdapter.cs
- XmlSchemaFacet.cs
- GZipStream.cs
- HtmlInputCheckBox.cs
- WebPartDisplayModeEventArgs.cs
- ServiceContractDetailViewControl.cs
- FragmentNavigationEventArgs.cs
- PlatformNotSupportedException.cs
- VerificationException.cs
- ConnectionStringSettingsCollection.cs
- RelatedEnd.cs
- SQLBinary.cs
- HttpWebResponse.cs
- PropertyCollection.cs
- GenericTypeParameterBuilder.cs
- VirtualPath.cs
- KoreanLunisolarCalendar.cs
- DependencyPropertyChangedEventArgs.cs
- ExpressionsCollectionEditor.cs
- SecurityPolicySection.cs
- RadioButtonList.cs
- Accessors.cs
- CodeNamespaceImportCollection.cs
- FixedHyperLink.cs
- AnonymousIdentificationSection.cs
- TextStore.cs
- XPathAncestorIterator.cs
- HyperLink.cs
- PropertyMetadata.cs
- NotifyParentPropertyAttribute.cs
- LineGeometry.cs
- ResponseStream.cs
- WrapperEqualityComparer.cs
- TypeRefElement.cs
- DesignerSerializationOptionsAttribute.cs
- OleDbException.cs
- FocusTracker.cs
- HostingEnvironmentSection.cs
- PeerApplicationLaunchInfo.cs
- EditorZoneBase.cs
- XmlSchemaSet.cs
- ObjectHelper.cs
- AppDomainEvidenceFactory.cs
- WSSecureConversation.cs
- HwndAppCommandInputProvider.cs
- input.cs
- InternalDispatchObject.cs
- WindowExtensionMethods.cs
- EntityContainer.cs
- __ConsoleStream.cs
- AutomationPatternInfo.cs
- DynamicResourceExtension.cs
- Propagator.ExtentPlaceholderCreator.cs
- ProtocolsSection.cs
- PolicyStatement.cs
- ObjectDataSourceDisposingEventArgs.cs
- TemplateLookupAction.cs
- CaseCqlBlock.cs
- QueryParameter.cs
- TextProviderWrapper.cs
- ByteAnimationBase.cs
- SystemIPInterfaceStatistics.cs
- WindowsSecurityTokenAuthenticator.cs
- QuaternionIndependentAnimationStorage.cs
- CompileXomlTask.cs
- Globals.cs
- ProcessHostConfigUtils.cs
- RouteData.cs
- TrustManagerMoreInformation.cs
- ResourcePermissionBase.cs
- PageCodeDomTreeGenerator.cs
- WebReference.cs
- GlobalEventManager.cs
- WebRequestModuleElementCollection.cs
- DCSafeHandle.cs
- MappingException.cs
- InfoCardKeyedHashAlgorithm.cs
- FileReservationCollection.cs
- Mutex.cs
- CurrentChangingEventArgs.cs