Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- LocatorManager.cs
- ServerValidateEventArgs.cs
- ReachVisualSerializer.cs
- KnownTypes.cs
- MetadataSerializer.cs
- SiteOfOriginPart.cs
- PrincipalPermissionMode.cs
- EmulateRecognizeCompletedEventArgs.cs
- StylusCollection.cs
- StructuredCompositeActivityDesigner.cs
- DragEvent.cs
- XmlQueryStaticData.cs
- DeferredElementTreeState.cs
- OneWayElement.cs
- Predicate.cs
- Choices.cs
- SystemDiagnosticsSection.cs
- SplashScreenNativeMethods.cs
- MimeParameterWriter.cs
- BindingSource.cs
- CroppedBitmap.cs
- SimpleTextLine.cs
- HMAC.cs
- ComboBox.cs
- EntityCommand.cs
- EntityDataSourceEntitySetNameItem.cs
- TimeSpanSecondsConverter.cs
- XmlNodeReader.cs
- DataGridHelper.cs
- InputLanguageSource.cs
- SafeNativeMethods.cs
- SafeSystemMetrics.cs
- ActivityDesignerResources.cs
- GZipStream.cs
- SmiConnection.cs
- AnonymousIdentificationSection.cs
- DataServiceQueryProvider.cs
- CharUnicodeInfo.cs
- FixedSOMContainer.cs
- nulltextcontainer.cs
- RefreshPropertiesAttribute.cs
- AssemblyAssociatedContentFileAttribute.cs
- SendMailErrorEventArgs.cs
- X509Utils.cs
- smtppermission.cs
- loginstatus.cs
- ComplexLine.cs
- PersistenceParticipant.cs
- Ray3DHitTestResult.cs
- AtomEntry.cs
- XPathItem.cs
- SerializationFieldInfo.cs
- DeliveryStrategy.cs
- ProcessHostFactoryHelper.cs
- DataSourceSelectArguments.cs
- MsmqInputChannelListenerBase.cs
- PixelFormatConverter.cs
- ConfigurationElementCollection.cs
- StatusBarDesigner.cs
- SpecularMaterial.cs
- And.cs
- LineServicesRun.cs
- XmlCharacterData.cs
- HtmlWindowCollection.cs
- PersianCalendar.cs
- InfoCardArgumentException.cs
- AppDomainUnloadedException.cs
- X509SubjectKeyIdentifierClause.cs
- FileChangesMonitor.cs
- BaseParagraph.cs
- ActiveXMessageFormatter.cs
- AttachedPropertyBrowsableAttribute.cs
- RecordConverter.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- Compensate.cs
- ConnectionInterfaceCollection.cs
- NotSupportedException.cs
- LookupNode.cs
- RedistVersionInfo.cs
- XmlDocumentSurrogate.cs
- TemplateControlParser.cs
- Interop.cs
- XmlAttributes.cs
- SQLMoney.cs
- PageParserFilter.cs
- WindowsAuthenticationEventArgs.cs
- TextParaLineResult.cs
- StrokeFIndices.cs
- SoapSchemaExporter.cs
- AccessedThroughPropertyAttribute.cs
- HttpCookieCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- EmbeddedMailObject.cs
- PageContent.cs
- HealthMonitoringSection.cs
- SqlCommand.cs
- SearchForVirtualItemEventArgs.cs
- RangeBase.cs
- TextEditorParagraphs.cs
- CodeMemberMethod.cs