Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / DataOracleClient / System / Data / OracleClient / OracleRowUpdatedEventArgs.cs / 1 / OracleRowUpdatedEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.OracleClient {
using System.Diagnostics;
using System;
using System.Data;
using System.Data.Common;
sealed public class OracleRowUpdatedEventArgs : RowUpdatedEventArgs {
public OracleRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(row, command, statementType, tableMapping) {
}
new public OracleCommand Command {
get {
return(OracleCommand) base.Command;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.OracleClient {
using System.Diagnostics;
using System;
using System.Data;
using System.Data.Common;
sealed public class OracleRowUpdatedEventArgs : RowUpdatedEventArgs {
public OracleRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(row, command, statementType, tableMapping) {
}
new public OracleCommand Command {
get {
return(OracleCommand) 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
- PermissionSetTriple.cs
- PostBackOptions.cs
- FormClosingEvent.cs
- ISFTagAndGuidCache.cs
- ProfileGroupSettings.cs
- UInt32Converter.cs
- SimpleTableProvider.cs
- SqlGatherProducedAliases.cs
- formatstringdialog.cs
- invalidudtexception.cs
- SimpleColumnProvider.cs
- GroupStyle.cs
- ItemCollectionEditor.cs
- StylusPointCollection.cs
- PageContentAsyncResult.cs
- HashHelper.cs
- RelatedCurrencyManager.cs
- CompareInfo.cs
- StringStorage.cs
- CqlGenerator.cs
- ConditionChanges.cs
- AnnotationAuthorChangedEventArgs.cs
- PageOutputColor.cs
- ContactManager.cs
- TreeViewAutomationPeer.cs
- Grid.cs
- PrePrepareMethodAttribute.cs
- FrugalMap.cs
- ConfigurationSchemaErrors.cs
- LoopExpression.cs
- Parser.cs
- PenContext.cs
- DesignerCategoryAttribute.cs
- TranslateTransform.cs
- WebControlsSection.cs
- DBProviderConfigurationHandler.cs
- OracleParameterBinding.cs
- Triangle.cs
- UpdatePanelControlTrigger.cs
- BitmapEffectInput.cs
- SqlRowUpdatingEvent.cs
- DbException.cs
- Control.cs
- HttpDictionary.cs
- TextTreeRootNode.cs
- _LocalDataStoreMgr.cs
- ServiceManagerHandle.cs
- NestedContainer.cs
- ProjectedSlot.cs
- DoubleCollectionValueSerializer.cs
- IntegerValidator.cs
- ErrorEventArgs.cs
- AuthenticationConfig.cs
- ProcessModuleCollection.cs
- ReliableMessagingVersionConverter.cs
- TextElement.cs
- SystemKeyConverter.cs
- RegexInterpreter.cs
- Ops.cs
- DataGridPagerStyle.cs
- OleDbDataAdapter.cs
- HMACMD5.cs
- UnmanagedMarshal.cs
- FocusChangedEventArgs.cs
- Material.cs
- WebAdminConfigurationHelper.cs
- RichTextBoxAutomationPeer.cs
- unsafenativemethodsother.cs
- InkCanvasSelectionAdorner.cs
- ConnectionPoint.cs
- CommonDialog.cs
- SourceSwitch.cs
- ComponentCommands.cs
- ExtensionQuery.cs
- IntranetCredentialPolicy.cs
- XmlSchemaResource.cs
- ImageAttributes.cs
- Nodes.cs
- XmlEncoding.cs
- _ConnectOverlappedAsyncResult.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- FontDriver.cs
- FactoryGenerator.cs
- SqlTriggerContext.cs
- PageFunction.cs
- COM2Enum.cs
- Attachment.cs
- SQLInt64.cs
- XPathBinder.cs
- filewebrequest.cs
- HttpWebRequestElement.cs
- TreeViewBindingsEditorForm.cs
- EntityProviderFactory.cs
- Point.cs
- FileDialog_Vista.cs
- AttachInfo.cs
- LayoutTableCell.cs
- XmlArrayItemAttribute.cs
- InternalConfigSettingsFactory.cs
- ColumnMapCopier.cs