Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatingEvent.cs / 1 / OleDbRowUpdatingEvent.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 OleDbRowUpdatingEventArgs : RowUpdatingEventArgs {
public OleDbRowUpdatingEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(dataRow, command, statementType, tableMapping) {
}
new public OleDbCommand Command {
get { return (base.Command as OleDbCommand); }
set { base.Command = value; }
}
override protected IDbCommand BaseCommand {
get { return base.BaseCommand; }
set { base.BaseCommand = (value as OleDbCommand); }
}
}
}
// 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 OleDbRowUpdatingEventArgs : RowUpdatingEventArgs {
public OleDbRowUpdatingEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(dataRow, command, statementType, tableMapping) {
}
new public OleDbCommand Command {
get { return (base.Command as OleDbCommand); }
set { base.Command = value; }
}
override protected IDbCommand BaseCommand {
get { return base.BaseCommand; }
set { base.BaseCommand = (value as OleDbCommand); }
}
}
}
// 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
- BitmapFrameDecode.cs
- CriticalExceptions.cs
- DataGridViewRowPostPaintEventArgs.cs
- SystemInformation.cs
- AtomicFile.cs
- DataView.cs
- XmlQueryCardinality.cs
- PrimitiveDataContract.cs
- EventProvider.cs
- GeneralTransform.cs
- LinkClickEvent.cs
- DataGridViewRowCollection.cs
- ContextMenuStripGroupCollection.cs
- BamlResourceSerializer.cs
- DataGridParentRows.cs
- GridPattern.cs
- UnsafeMethods.cs
- SolidColorBrush.cs
- LightweightEntityWrapper.cs
- URI.cs
- UnsafeNativeMethods.cs
- XmlSerializerSection.cs
- NotFiniteNumberException.cs
- LayoutEditorPart.cs
- TextEffect.cs
- ProjectionQueryOptionExpression.cs
- ComponentEditorPage.cs
- AttributeCollection.cs
- RadioButtonAutomationPeer.cs
- IisTraceWebEventProvider.cs
- DynamicDataRoute.cs
- ScrollChangedEventArgs.cs
- DesignerVerb.cs
- AssociatedControlConverter.cs
- ObjectConverter.cs
- DynamicQueryableWrapper.cs
- OneOfConst.cs
- ScaleTransform.cs
- ActivityStatusChangeEventArgs.cs
- FilterEventArgs.cs
- SimpleTypeResolver.cs
- DataGridrowEditEndingEventArgs.cs
- UserControlParser.cs
- PagesSection.cs
- TransportChannelListener.cs
- Point3DKeyFrameCollection.cs
- Trace.cs
- BinaryFormatterWriter.cs
- StateChangeEvent.cs
- MsmqHostedTransportConfiguration.cs
- ConfigurationPermission.cs
- Wildcard.cs
- StringAnimationBase.cs
- WindowProviderWrapper.cs
- ChannelAcceptor.cs
- XmlStringTable.cs
- RectValueSerializer.cs
- JapaneseLunisolarCalendar.cs
- DocumentSequence.cs
- CategoryNameCollection.cs
- BuildProvider.cs
- HijriCalendar.cs
- BindingBase.cs
- BitmapEffect.cs
- TreeViewTemplateSelector.cs
- AppDomainUnloadedException.cs
- Clock.cs
- FormView.cs
- InvokeProviderWrapper.cs
- DataComponentMethodGenerator.cs
- EnvironmentPermission.cs
- DecoderFallback.cs
- RelatedCurrencyManager.cs
- PbrsForward.cs
- EntityDataSourceDataSelectionPanel.cs
- DataGridColumnHeadersPresenter.cs
- ProfileModule.cs
- SafeUserTokenHandle.cs
- ConnectionConsumerAttribute.cs
- StrongNameIdentityPermission.cs
- AppSettingsExpressionEditor.cs
- HttpDebugHandler.cs
- ContextMenuService.cs
- SolidColorBrush.cs
- StringUtil.cs
- ContainerUIElement3D.cs
- XmlSerializerImportOptions.cs
- DiscriminatorMap.cs
- XmlSchemaObject.cs
- DataSourceHelper.cs
- HighlightVisual.cs
- ConsumerConnectionPoint.cs
- ServiceProviders.cs
- WebUtil.cs
- SemanticResolver.cs
- EmptyImpersonationContext.cs
- ConsumerConnectionPointCollection.cs
- GridSplitterAutomationPeer.cs
- TypeConverterAttribute.cs
- Parameter.cs