Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatingEvent.cs / 1 / SqlRowUpdatingEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.SqlClient {
using System;
using System.Data;
using System.Data.Common;
#if WINFSInternalOnly
internal
#else
public
#endif
sealed class SqlRowUpdatingEventArgs : RowUpdatingEventArgs {
public SqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(row, command, statementType, tableMapping) {
}
new public SqlCommand Command {
get { return (base.Command as SqlCommand); }
set { base.Command = value; }
}
override protected IDbCommand BaseCommand {
get { return base.BaseCommand; }
set { base.BaseCommand = (value as SqlCommand); }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.SqlClient {
using System;
using System.Data;
using System.Data.Common;
#if WINFSInternalOnly
internal
#else
public
#endif
sealed class SqlRowUpdatingEventArgs : RowUpdatingEventArgs {
public SqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(row, command, statementType, tableMapping) {
}
new public SqlCommand Command {
get { return (base.Command as SqlCommand); }
set { base.Command = value; }
}
override protected IDbCommand BaseCommand {
get { return base.BaseCommand; }
set { base.BaseCommand = (value as SqlCommand); }
}
}
}
// 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
- RunInstallerAttribute.cs
- BindingSource.cs
- WindowsFormsHost.cs
- ValueUnavailableException.cs
- AdornerLayer.cs
- NotImplementedException.cs
- PropertiesTab.cs
- columnmapkeybuilder.cs
- XmlDataContract.cs
- CalculatedColumn.cs
- ElementUtil.cs
- WindowsScroll.cs
- VoiceObjectToken.cs
- DataKey.cs
- ContainerUIElement3D.cs
- ObjectDataSourceWizardForm.cs
- IIS7WorkerRequest.cs
- NativeRecognizer.cs
- TypeDescriptionProviderAttribute.cs
- WebResourceAttribute.cs
- UnhandledExceptionEventArgs.cs
- ImageClickEventArgs.cs
- ReachVisualSerializer.cs
- XmlCompatibilityReader.cs
- DiscoveryServerProtocol.cs
- SplitterDesigner.cs
- TextBox.cs
- ParserExtension.cs
- SystemInfo.cs
- WebPageTraceListener.cs
- CategoryNameCollection.cs
- AllMembershipCondition.cs
- MaterialGroup.cs
- DataFormats.cs
- TCPClient.cs
- SelectionItemProviderWrapper.cs
- VectorCollection.cs
- AsyncDataRequest.cs
- ISFTagAndGuidCache.cs
- Win32SafeHandles.cs
- ClientConfigurationHost.cs
- SmiSettersStream.cs
- Model3DGroup.cs
- ReservationCollection.cs
- SkinBuilder.cs
- XPathConvert.cs
- CorrelationToken.cs
- ConnectionProviderAttribute.cs
- GridViewCancelEditEventArgs.cs
- AdPostCacheSubstitution.cs
- XmlWrappingReader.cs
- XPathAxisIterator.cs
- AttributeProviderAttribute.cs
- TempFiles.cs
- InputLanguageCollection.cs
- _NestedSingleAsyncResult.cs
- PersonalizationProviderHelper.cs
- X509SecurityTokenProvider.cs
- DataGridViewColumnHeaderCell.cs
- TypeDependencyAttribute.cs
- MenuAdapter.cs
- GradientSpreadMethodValidation.cs
- ListViewCancelEventArgs.cs
- ToolboxItemCollection.cs
- DesignerActionGlyph.cs
- DispatcherHookEventArgs.cs
- ActivityWithResultWrapper.cs
- XamlTypeMapperSchemaContext.cs
- TextDecorations.cs
- DialogResultConverter.cs
- ConfigXmlAttribute.cs
- FileDialog_Vista_Interop.cs
- CornerRadius.cs
- TransformerConfigurationWizardBase.cs
- ActivityExecutionWorkItem.cs
- Tablet.cs
- PopupControlService.cs
- ProviderConnectionPoint.cs
- shaperfactoryquerycachekey.cs
- WindowsEditBoxRange.cs
- securitycriticaldata.cs
- Section.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- Descriptor.cs
- MediaSystem.cs
- cookiecontainer.cs
- TraceContextRecord.cs
- HttpsHostedTransportConfiguration.cs
- CqlParserHelpers.cs
- DetailsViewUpdatedEventArgs.cs
- DataGridViewImageColumn.cs
- TailCallAnalyzer.cs
- HashCodeCombiner.cs
- CompressedStack.cs
- VirtualizingPanel.cs
- GPRECTF.cs
- ComponentChangedEvent.cs
- NameValuePermission.cs
- RunWorkerCompletedEventArgs.cs
- VisualStyleInformation.cs