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
- EastAsianLunisolarCalendar.cs
- FieldDescriptor.cs
- XXXInfos.cs
- WebPartTransformerCollection.cs
- XPathNodeHelper.cs
- MessageHeader.cs
- BindingExpressionUncommonField.cs
- InfoCardServiceInstallComponent.cs
- _HelperAsyncResults.cs
- ReachDocumentReferenceSerializer.cs
- DecimalConverter.cs
- DetailsViewDeleteEventArgs.cs
- PerformanceCounterPermissionAttribute.cs
- ContentPosition.cs
- XslNumber.cs
- OrderedDictionaryStateHelper.cs
- WinFormsSecurity.cs
- SwitchCase.cs
- GeometryModel3D.cs
- ClientRolePrincipal.cs
- SharedUtils.cs
- ServicesExceptionNotHandledEventArgs.cs
- DataStreamFromComStream.cs
- Preprocessor.cs
- CodeTypeDeclarationCollection.cs
- HScrollProperties.cs
- Interlocked.cs
- StringValidatorAttribute.cs
- RelatedEnd.cs
- MarginCollapsingState.cs
- CodeTypeParameter.cs
- FacetDescriptionElement.cs
- MappingModelBuildProvider.cs
- InheritanceContextChangedEventManager.cs
- DataGridViewLinkCell.cs
- PeoplePickerWrapper.cs
- MessageHeaderInfoTraceRecord.cs
- OrCondition.cs
- MenuItem.cs
- RequestSecurityTokenForGetBrowserToken.cs
- Buffer.cs
- IgnoreFlushAndCloseStream.cs
- CheckBoxPopupAdapter.cs
- PropertiesTab.cs
- XPathNodeInfoAtom.cs
- ColumnHeaderConverter.cs
- IPipelineRuntime.cs
- EventDescriptor.cs
- DocumentsTrace.cs
- DisplayMemberTemplateSelector.cs
- FieldNameLookup.cs
- Utils.cs
- EncryptionUtility.cs
- ProxyHwnd.cs
- DispatchChannelSink.cs
- SqlCacheDependency.cs
- ResourceDisplayNameAttribute.cs
- InvalidProgramException.cs
- PrintPreviewDialog.cs
- XmlTextEncoder.cs
- WindowsAuthenticationModule.cs
- OutputCacheSettings.cs
- AQNBuilder.cs
- ChtmlFormAdapter.cs
- ImmComposition.cs
- StylusShape.cs
- RectAnimation.cs
- Int16Storage.cs
- StylusTip.cs
- CookielessHelper.cs
- Qualifier.cs
- ExpressionReplacer.cs
- Transform3DGroup.cs
- RepeatBehavior.cs
- ColumnBinding.cs
- DefaultPrintController.cs
- UiaCoreTypesApi.cs
- BlobPersonalizationState.cs
- SyndicationItemFormatter.cs
- ComponentEvent.cs
- XmlExtensionFunction.cs
- Evidence.cs
- FileDialog.cs
- securitymgrsite.cs
- CompletedAsyncResult.cs
- HttpWebRequest.cs
- ValidatedControlConverter.cs
- PackageStore.cs
- OleDbPropertySetGuid.cs
- DetailsViewUpdateEventArgs.cs
- ProtocolReflector.cs
- DataTableMapping.cs
- TextBox.cs
- PackageStore.cs
- SymbolType.cs
- WorkflowServiceHostFactory.cs
- SQLConvert.cs
- ResourceReferenceExpressionConverter.cs
- ListItemDetailViewAttribute.cs
- SqlBuilder.cs