Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatedEvent.cs / 1 / OleDbRowUpdatedEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.OleDb {
using System;
using System.Data;
using System.Data.Common;
#if WINFSInternalOnly
internal
#else
public
#endif
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.OleDb {
using System;
using System.Data;
using System.Data.Common;
#if WINFSInternalOnly
internal
#else
public
#endif
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
- CustomErrorsSection.cs
- UnmanagedMarshal.cs
- BinaryFormatter.cs
- APCustomTypeDescriptor.cs
- CodeTypeDeclarationCollection.cs
- WebBrowserProgressChangedEventHandler.cs
- System.Data_BID.cs
- DefaultEventAttribute.cs
- CompareValidator.cs
- TransformerConfigurationWizardBase.cs
- DependencyProperty.cs
- MailHeaderInfo.cs
- ProgressPage.cs
- DBSqlParserColumnCollection.cs
- SelectionEditor.cs
- EntityUtil.cs
- AnnotationResourceCollection.cs
- DataGridRowEventArgs.cs
- DocumentSequence.cs
- WebControl.cs
- PlatformNotSupportedException.cs
- CompositeClientFormatter.cs
- TransportConfigurationTypeElement.cs
- ArgumentsParser.cs
- SQLString.cs
- FaultCode.cs
- RadioButtonRenderer.cs
- ResourcePart.cs
- OracleConnection.cs
- Empty.cs
- COAUTHINFO.cs
- RevocationPoint.cs
- ContentElement.cs
- GraphicsContext.cs
- SelectionPattern.cs
- TextCompositionManager.cs
- CustomTrackingRecord.cs
- DataBindingList.cs
- VersionedStreamOwner.cs
- ProxyManager.cs
- ImportContext.cs
- AttachInfo.cs
- HashAlgorithm.cs
- DataException.cs
- securestring.cs
- PageThemeBuildProvider.cs
- DesignTimeParseData.cs
- DragStartedEventArgs.cs
- InstanceDescriptor.cs
- MetafileEditor.cs
- FloatMinMaxAggregationOperator.cs
- SortableBindingList.cs
- ProcessHost.cs
- ColorDialog.cs
- HttpHeaderCollection.cs
- ResourcesBuildProvider.cs
- MarkerProperties.cs
- PolyBezierSegmentFigureLogic.cs
- CornerRadiusConverter.cs
- StateMachineWorkflowDesigner.cs
- PasswordPropertyTextAttribute.cs
- PropertyGrid.cs
- TeredoHelper.cs
- EmptyArray.cs
- _TransmitFileOverlappedAsyncResult.cs
- TextTreeFixupNode.cs
- ResourcesGenerator.cs
- ArgumentNullException.cs
- WSSecureConversationFeb2005.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- AnnotationHighlightLayer.cs
- PerformanceCounterPermissionAttribute.cs
- MediaContext.cs
- AssemblyCollection.cs
- UIElement3D.cs
- ParseNumbers.cs
- SoapFault.cs
- FileInfo.cs
- RadioButtonPopupAdapter.cs
- BitmapEffectGroup.cs
- WorkflowInstanceProxy.cs
- XmlDocument.cs
- ReferenceService.cs
- WrapPanel.cs
- rsa.cs
- TypeConverterHelper.cs
- MsmqTransportReceiveParameters.cs
- DataGridViewImageCell.cs
- CodeDefaultValueExpression.cs
- DataBoundControlHelper.cs
- ThicknessAnimation.cs
- Bold.cs
- LinqDataSourceSelectEventArgs.cs
- HitTestParameters3D.cs
- Context.cs
- Persist.cs
- Operators.cs
- WorkflowViewElement.cs
- DtcInterfaces.cs
- ResourceExpression.cs