Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / DataOracleClient / System / Data / OracleClient / OracleRowUpdatingEventArgs.cs / 1 / OracleRowUpdatingEventArgs.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 OracleRowUpdatingEventArgs : RowUpdatingEventArgs { public OracleRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public OracleCommand Command { get { return (base.Command as OracleCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as OracleCommand); } } } } // 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 OracleRowUpdatingEventArgs : RowUpdatingEventArgs { public OracleRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public OracleCommand Command { get { return (base.Command as OracleCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as OracleCommand); } } } } // 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
- PriorityQueue.cs
- DataGridView.cs
- _ConnectionGroup.cs
- TextEditorTables.cs
- RequestStatusBarUpdateEventArgs.cs
- XmlSchemaSequence.cs
- WorkflowPersistenceService.cs
- WindowsServiceElement.cs
- RightsManagementEncryptedStream.cs
- Vector3DAnimationBase.cs
- GenerateHelper.cs
- DataBindEngine.cs
- EntitySqlQueryState.cs
- FixedStringLookup.cs
- MailMessageEventArgs.cs
- QilFactory.cs
- _TimerThread.cs
- DataGridColumn.cs
- PagedControl.cs
- ConditionalAttribute.cs
- BaseValidatorDesigner.cs
- UTF32Encoding.cs
- SByteConverter.cs
- SingleObjectCollection.cs
- LambdaCompiler.Lambda.cs
- DataServices.cs
- OleDbException.cs
- WhiteSpaceTrimStringConverter.cs
- KeyFrames.cs
- SEHException.cs
- ILGenerator.cs
- GenericTypeParameterBuilder.cs
- Control.cs
- ViewGenResults.cs
- XPathArrayIterator.cs
- PropertyMappingExceptionEventArgs.cs
- LinearGradientBrush.cs
- BuildResult.cs
- PrivilegeNotHeldException.cs
- MsmqIntegrationMessagePool.cs
- TdsParserSafeHandles.cs
- DataGridViewCheckBoxCell.cs
- DbConnectionPoolIdentity.cs
- Vector3D.cs
- DesignerView.Commands.cs
- ResolveCriteria11.cs
- ClientEventManager.cs
- AsynchronousChannel.cs
- XmlCodeExporter.cs
- StringDictionary.cs
- ScrollBarAutomationPeer.cs
- ConfigurationValue.cs
- AttributeUsageAttribute.cs
- DrawingGroupDrawingContext.cs
- ConnectionsZoneAutoFormat.cs
- FloaterParaClient.cs
- QuotaExceededException.cs
- _NTAuthentication.cs
- WinOEToolBoxItem.cs
- BitStack.cs
- TileBrush.cs
- ToolStripItemClickedEventArgs.cs
- RemotingConfigParser.cs
- DataServiceProcessingPipelineEventArgs.cs
- AuthenticationManager.cs
- BufferedGraphicsManager.cs
- BackStopAuthenticationModule.cs
- GraphicsContext.cs
- AvTraceDetails.cs
- TabletDevice.cs
- RectangleConverter.cs
- ImageBrush.cs
- WindowsMenu.cs
- SQlBooleanStorage.cs
- CodeCommentStatementCollection.cs
- Int16AnimationUsingKeyFrames.cs
- CroppedBitmap.cs
- ControlAdapter.cs
- SystemIPInterfaceProperties.cs
- ValidationHelpers.cs
- RectAnimation.cs
- EncodingInfo.cs
- TextRunCacheImp.cs
- UriWriter.cs
- IndentedTextWriter.cs
- DtdParser.cs
- BitmapImage.cs
- XmlDomTextWriter.cs
- XmlSignatureProperties.cs
- DesignTimeTemplateParser.cs
- OuterGlowBitmapEffect.cs
- EmptyElement.cs
- ContextInformation.cs
- OleDbConnectionFactory.cs
- BamlTreeNode.cs
- _AuthenticationState.cs
- ConstraintCollection.cs
- PeerPresenceInfo.cs
- WebPartTransformerAttribute.cs
- XmlCompatibilityReader.cs