Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- LocationUpdates.cs
- TextStore.cs
- KeysConverter.cs
- RawStylusSystemGestureInputReport.cs
- SafeNativeMethods.cs
- ParentQuery.cs
- SmiMetaDataProperty.cs
- RelationshipConstraintValidator.cs
- HtmlHistory.cs
- XmlSerializer.cs
- AppSettingsReader.cs
- PngBitmapEncoder.cs
- SystemIPInterfaceProperties.cs
- XmlDataLoader.cs
- XmlTextReaderImpl.cs
- OutgoingWebResponseContext.cs
- ChildrenQuery.cs
- ExtenderProviderService.cs
- FieldAccessException.cs
- StringPropertyBuilder.cs
- GZipStream.cs
- TopClause.cs
- TiffBitmapDecoder.cs
- InheritanceContextHelper.cs
- BitSet.cs
- Hash.cs
- OdbcConnectionHandle.cs
- ActivityMarkupSerializationProvider.cs
- QueryTaskGroupState.cs
- HtmlInputHidden.cs
- ResolveMatches11.cs
- MatcherBuilder.cs
- TargetConverter.cs
- OutOfMemoryException.cs
- AmbientProperties.cs
- Matrix.cs
- NamedElement.cs
- MediaCommands.cs
- GeometryModel3D.cs
- Rotation3DAnimationUsingKeyFrames.cs
- MetadataProperty.cs
- PrinterUnitConvert.cs
- ObjectDataSourceFilteringEventArgs.cs
- ObjectToIdCache.cs
- DataContractSerializerFaultFormatter.cs
- FullTextBreakpoint.cs
- DetectEofStream.cs
- GridViewColumn.cs
- SubpageParaClient.cs
- ComboBoxItem.cs
- TransformationRules.cs
- SchemaObjectWriter.cs
- Wizard.cs
- FirstQueryOperator.cs
- NaturalLanguageHyphenator.cs
- CryptoApi.cs
- FormViewDeleteEventArgs.cs
- ConfigurationManagerInternal.cs
- Style.cs
- SynchronizedDispatch.cs
- CngAlgorithmGroup.cs
- PowerEase.cs
- SessionStateSection.cs
- IIS7WorkerRequest.cs
- ToolBarPanel.cs
- WFItemsToSpacerVisibility.cs
- XhtmlTextWriter.cs
- CaseStatement.cs
- BitmapDownload.cs
- PageCatalogPart.cs
- FormViewInsertedEventArgs.cs
- LinkConverter.cs
- PerformanceCounterPermissionAttribute.cs
- AssemblyInfo.cs
- SynchronizationLockException.cs
- ConfigLoader.cs
- InternalDuplexChannelFactory.cs
- SoapReflectionImporter.cs
- Listbox.cs
- Vector3DCollectionConverter.cs
- SafeSystemMetrics.cs
- Schedule.cs
- WindowsComboBox.cs
- _AutoWebProxyScriptWrapper.cs
- StylusDevice.cs
- ImageMetadata.cs
- ConsoleTraceListener.cs
- ZipPackage.cs
- ThemeInfoAttribute.cs
- _Events.cs
- ByteRangeDownloader.cs
- Exception.cs
- XmlParserContext.cs
- ProcessInfo.cs
- coordinator.cs
- MemoryPressure.cs
- HtmlButton.cs
- DataGridTextBoxColumn.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- XmlSchemaAll.cs