Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatedEvent.cs / 1305376 / OleDbRowUpdatedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System; using System.Data; using System.Data.Common; public 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; public 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
- MdbDataFileEditor.cs
- RuleSettings.cs
- brushes.cs
- Permission.cs
- GenericEnumConverter.cs
- MultiPageTextView.cs
- ExclusiveCanonicalizationTransform.cs
- IntPtr.cs
- ItemsChangedEventArgs.cs
- FileDataSourceCache.cs
- PlaceHolder.cs
- ColorConverter.cs
- Decimal.cs
- ButtonBase.cs
- NotFiniteNumberException.cs
- AsymmetricKeyExchangeFormatter.cs
- QueryCacheEntry.cs
- LayoutEditorPart.cs
- CompModSwitches.cs
- AnnotationHighlightLayer.cs
- PolygonHotSpot.cs
- SinglePageViewer.cs
- SoapAttributeAttribute.cs
- BindValidator.cs
- RegexStringValidator.cs
- UserControlAutomationPeer.cs
- HashUtility.cs
- Quaternion.cs
- ConversionContext.cs
- CssStyleCollection.cs
- GridEntry.cs
- MeasurementDCInfo.cs
- ExecutionContext.cs
- MiniConstructorInfo.cs
- RtfFormatStack.cs
- PasswordDeriveBytes.cs
- FunctionQuery.cs
- ComponentCommands.cs
- DynamicActionMessageFilter.cs
- XmlReflectionMember.cs
- RenderOptions.cs
- followingsibling.cs
- SqlUtils.cs
- DocumentPageViewAutomationPeer.cs
- Dynamic.cs
- ConfigurationManagerHelperFactory.cs
- InstancePersistenceException.cs
- PageContentAsyncResult.cs
- MethodImplAttribute.cs
- DispatchChannelSink.cs
- SessionStateContainer.cs
- EncodingDataItem.cs
- StreamInfo.cs
- TreeNodeBinding.cs
- HealthMonitoringSection.cs
- TemplateXamlTreeBuilder.cs
- AssertSection.cs
- ThreadAttributes.cs
- SqlMultiplexer.cs
- SQLBinary.cs
- mediaeventargs.cs
- RtfControlWordInfo.cs
- ListItemsCollectionEditor.cs
- FixedPageStructure.cs
- Point.cs
- WpfWebRequestHelper.cs
- COM2ExtendedUITypeEditor.cs
- XmlAttributeCollection.cs
- ValueProviderWrapper.cs
- ProtocolElement.cs
- DataGridViewColumnDesigner.cs
- TrackBar.cs
- SafePointer.cs
- InputLanguageCollection.cs
- HwndHost.cs
- XmlValueConverter.cs
- IconBitmapDecoder.cs
- ItemsControlAutomationPeer.cs
- EndOfStreamException.cs
- TypeInitializationException.cs
- DataGridCommandEventArgs.cs
- SmiContext.cs
- ToolStripRenderEventArgs.cs
- TransactedReceiveScope.cs
- CollectionBuilder.cs
- RowToFieldTransformer.cs
- EncoderBestFitFallback.cs
- XMLUtil.cs
- Enum.cs
- BaseParser.cs
- WindowsGrip.cs
- VisualCollection.cs
- DirectionalAction.cs
- AvTraceDetails.cs
- CodeMemberField.cs
- FileFormatException.cs
- UnionExpr.cs
- RuntimeDelegateArgument.cs
- CustomError.cs
- WorkflowItemsPresenter.cs