Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / Odbc / OdbcRowUpdatingEvent.cs / 1 / OdbcRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- using System; using System.Data; using System.Data.Common; //DbDataAdapter using System.ComponentModel; //Component namespace System.Data.Odbc { ///////////////////////////////////////////////////////////////////////// // Event Handlers // ///////////////////////////////////////////////////////////////////////// #if WINFSInternalOnly internal #else public #endif delegate void OdbcRowUpdatingEventHandler(object sender, OdbcRowUpdatingEventArgs e); #if WINFSInternalOnly internal #else public #endif delegate void OdbcRowUpdatedEventHandler(object sender, OdbcRowUpdatedEventArgs e); ///////////////////////////////////////////////////////////////////////// // OdbcRowUpdatingEventArgs // ///////////////////////////////////////////////////////////////////////// #if WINFSInternalOnly internal #else public #endif sealed class OdbcRowUpdatingEventArgs : RowUpdatingEventArgs { public OdbcRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public OdbcCommand Command { get { return (base.Command as OdbcCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as OdbcCommand); } } } ///////////////////////////////////////////////////////////////////////// // OdbcRowUpdatedEventArgs // ///////////////////////////////////////////////////////////////////////// #if WINFSInternalOnly internal #else public #endif sealed class OdbcRowUpdatedEventArgs : RowUpdatedEventArgs { public OdbcRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public OdbcCommand Command { get { return(OdbcCommand) base.Command; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- using System; using System.Data; using System.Data.Common; //DbDataAdapter using System.ComponentModel; //Component namespace System.Data.Odbc { ///////////////////////////////////////////////////////////////////////// // Event Handlers // ///////////////////////////////////////////////////////////////////////// #if WINFSInternalOnly internal #else public #endif delegate void OdbcRowUpdatingEventHandler(object sender, OdbcRowUpdatingEventArgs e); #if WINFSInternalOnly internal #else public #endif delegate void OdbcRowUpdatedEventHandler(object sender, OdbcRowUpdatedEventArgs e); ///////////////////////////////////////////////////////////////////////// // OdbcRowUpdatingEventArgs // ///////////////////////////////////////////////////////////////////////// #if WINFSInternalOnly internal #else public #endif sealed class OdbcRowUpdatingEventArgs : RowUpdatingEventArgs { public OdbcRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public OdbcCommand Command { get { return (base.Command as OdbcCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as OdbcCommand); } } } ///////////////////////////////////////////////////////////////////////// // OdbcRowUpdatedEventArgs // ///////////////////////////////////////////////////////////////////////// #if WINFSInternalOnly internal #else public #endif sealed class OdbcRowUpdatedEventArgs : RowUpdatedEventArgs { public OdbcRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public OdbcCommand Command { get { return(OdbcCommand) 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
- ReflectEventDescriptor.cs
- MaskedTextProvider.cs
- ToolStripContentPanelRenderEventArgs.cs
- ReadingWritingEntityEventArgs.cs
- QilSortKey.cs
- ObjectListCommandCollection.cs
- DecoratedNameAttribute.cs
- BuiltInPermissionSets.cs
- ClientTarget.cs
- RawStylusInput.cs
- WebResourceAttribute.cs
- DbReferenceCollection.cs
- WindowsGrip.cs
- ConvertEvent.cs
- sqlser.cs
- KeyInterop.cs
- DataGridViewTopLeftHeaderCell.cs
- TextBoxBase.cs
- ObjectDataSourceStatusEventArgs.cs
- DrawListViewItemEventArgs.cs
- TypeConverterValueSerializer.cs
- SafeLocalMemHandle.cs
- WebPartAuthorizationEventArgs.cs
- AuthenticationSection.cs
- PeerApplication.cs
- RecognizerInfo.cs
- ILGen.cs
- MasterPageBuildProvider.cs
- NavigationPropertyEmitter.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- LoginCancelEventArgs.cs
- Rect.cs
- FlowDocumentView.cs
- Random.cs
- BaseTemplatedMobileComponentEditor.cs
- DbProviderServices.cs
- BackStopAuthenticationModule.cs
- CharStorage.cs
- ControlParameter.cs
- translator.cs
- DbConnectionPoolIdentity.cs
- DSASignatureDeformatter.cs
- SystemBrushes.cs
- GetWinFXPath.cs
- XmlSchema.cs
- Request.cs
- MetadataItemEmitter.cs
- XmlFormatExtensionPrefixAttribute.cs
- FrameworkTemplate.cs
- DrawingContext.cs
- DependencyPropertyKind.cs
- ApplicationSettingsBase.cs
- CustomCredentialPolicy.cs
- Inline.cs
- WCFServiceClientProxyGenerator.cs
- SpeakInfo.cs
- ChangeNode.cs
- UpdateManifestForBrowserApplication.cs
- TypedReference.cs
- WhileDesigner.cs
- SecurityRequiresReviewAttribute.cs
- EventlogProvider.cs
- IPAddress.cs
- QuestionEventArgs.cs
- SynchronousChannel.cs
- CommandEventArgs.cs
- Point3DKeyFrameCollection.cs
- ISAPIRuntime.cs
- PassportAuthentication.cs
- DetailsViewPageEventArgs.cs
- TypeBuilder.cs
- StylusDownEventArgs.cs
- DetailsViewDeletedEventArgs.cs
- BitmapEffectInputConnector.cs
- ModifierKeysValueSerializer.cs
- DependencyPropertyChangedEventArgs.cs
- EntityUtil.cs
- DataServiceKeyAttribute.cs
- WpfWebRequestHelper.cs
- ExpressionConverter.cs
- EmptyStringExpandableObjectConverter.cs
- LocalizationCodeDomSerializer.cs
- AppDomainResourcePerfCounters.cs
- HtmlLink.cs
- SelectionItemPattern.cs
- SchemaElementDecl.cs
- WebPartDisplayModeCollection.cs
- DataGridViewButtonCell.cs
- WindowsSlider.cs
- Root.cs
- WindowInteractionStateTracker.cs
- Bidi.cs
- DateTimeHelper.cs
- _UriSyntax.cs
- TCEAdapterGenerator.cs
- SourceElementsCollection.cs
- NameTable.cs
- Single.cs
- ClientTargetCollection.cs
- SqlCacheDependency.cs