Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- WindowsStreamSecurityElement.cs
- GorillaCodec.cs
- FreezableCollection.cs
- DataRowChangeEvent.cs
- EncoderFallback.cs
- InvokePatternIdentifiers.cs
- IISMapPath.cs
- ImageListImage.cs
- PropertyDescriptor.cs
- GradientStop.cs
- Selection.cs
- ListBoxChrome.cs
- EditorZoneBase.cs
- ParallelActivityDesigner.cs
- SplitterPanelDesigner.cs
- CommonDialog.cs
- XPathArrayIterator.cs
- ArrayElementGridEntry.cs
- MemoryResponseElement.cs
- HotCommands.cs
- TextEditorCopyPaste.cs
- XPathBinder.cs
- HighlightComponent.cs
- DiagnosticTrace.cs
- SmtpNetworkElement.cs
- ISO2022Encoding.cs
- WindowsRichEditRange.cs
- UmAlQuraCalendar.cs
- ImageMapEventArgs.cs
- ContainerUIElement3D.cs
- Timer.cs
- dsa.cs
- TextServicesCompartment.cs
- TextTrailingWordEllipsis.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- ACE.cs
- DataGridViewRowHeaderCell.cs
- AnonymousIdentificationModule.cs
- DataContractSerializerOperationGenerator.cs
- ViewManagerAttribute.cs
- MetadataExchangeBindings.cs
- MemoryPressure.cs
- PartialTrustValidationBehavior.cs
- Trustee.cs
- GroupBoxAutomationPeer.cs
- DoubleMinMaxAggregationOperator.cs
- HttpConfigurationSystem.cs
- WebPartHeaderCloseVerb.cs
- PartialTrustVisibleAssembly.cs
- EventNotify.cs
- VirtualizedItemProviderWrapper.cs
- BamlRecords.cs
- ProtocolsConfigurationEntry.cs
- AllowedAudienceUriElementCollection.cs
- XmlException.cs
- MTConfigUtil.cs
- wgx_sdk_version.cs
- cryptoapiTransform.cs
- _NegoStream.cs
- SqlDataSourceEnumerator.cs
- DataObjectSettingDataEventArgs.cs
- DataSourceHelper.cs
- TCPClient.cs
- SafeHandles.cs
- RuleDefinitions.cs
- _SafeNetHandles.cs
- MessageSmuggler.cs
- DispatcherEventArgs.cs
- RawTextInputReport.cs
- AsymmetricSignatureFormatter.cs
- IndividualDeviceConfig.cs
- OdbcEnvironmentHandle.cs
- GenericNameHandler.cs
- TemplateBindingExtension.cs
- SwitchAttribute.cs
- OutputCacheEntry.cs
- SHA256Managed.cs
- RtfToken.cs
- ThemeDictionaryExtension.cs
- OleDbReferenceCollection.cs
- EFColumnProvider.cs
- PointCollectionConverter.cs
- Peer.cs
- EventWaitHandleSecurity.cs
- Parser.cs
- UserValidatedEventArgs.cs
- BuiltInExpr.cs
- DataBoundControlAdapter.cs
- SortDescription.cs
- SerializerWriterEventHandlers.cs
- FreezableCollection.cs
- DataGridHelper.cs
- XmlSchemaValidator.cs
- SuppressMessageAttribute.cs
- PlatformNotSupportedException.cs
- BasicKeyConstraint.cs
- FixedSOMLineCollection.cs
- ThreadPool.cs
- EntityDataSourceConfigureObjectContext.cs
- WebPartMovingEventArgs.cs