Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatingEvent.cs / 1305376 / OleDbRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System; using System.Data; using System.Data.Common; public sealed class OleDbRowUpdatingEventArgs : RowUpdatingEventArgs { public OleDbRowUpdatingEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(dataRow, command, statementType, tableMapping) { } new public OleDbCommand Command { get { return (base.Command as OleDbCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as OleDbCommand); } } } } // 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
- XsdDataContractExporter.cs
- TextTreeText.cs
- FixedDSBuilder.cs
- Compiler.cs
- IteratorFilter.cs
- DecoderBestFitFallback.cs
- CryptoApi.cs
- StreamAsIStream.cs
- StylusEventArgs.cs
- Geometry3D.cs
- Frame.cs
- DataGridTablesFactory.cs
- DataRecordObjectView.cs
- ExpressionReplacer.cs
- EntityContainerEmitter.cs
- CodeMemberProperty.cs
- QuaternionKeyFrameCollection.cs
- PageParserFilter.cs
- InvokeProviderWrapper.cs
- TextSegment.cs
- SoapWriter.cs
- HtmlTableCell.cs
- ExclusiveTcpTransportManager.cs
- WsdlBuildProvider.cs
- Pkcs9Attribute.cs
- TimeZoneInfo.cs
- PageHandlerFactory.cs
- BindingContext.cs
- MultipleViewProviderWrapper.cs
- TreeBuilderXamlTranslator.cs
- WebBrowserNavigatingEventHandler.cs
- SigningProgress.cs
- EventMemberCodeDomSerializer.cs
- RegexGroupCollection.cs
- PersistenceException.cs
- Misc.cs
- MultiSelectRootGridEntry.cs
- DataSourceControl.cs
- ExpressionBindings.cs
- SamlAudienceRestrictionCondition.cs
- SqlDependencyListener.cs
- BaseDataBoundControl.cs
- DataGridCellsPanel.cs
- StructuredType.cs
- FieldMetadata.cs
- IPPacketInformation.cs
- Window.cs
- ImageMap.cs
- HtmlTernaryTree.cs
- DoubleCollection.cs
- Stylesheet.cs
- Registration.cs
- ButtonField.cs
- ChildTable.cs
- Table.cs
- PageEventArgs.cs
- BamlStream.cs
- BackgroundFormatInfo.cs
- Set.cs
- ResourcesBuildProvider.cs
- ApplicationDirectory.cs
- CalendarDay.cs
- XmlImplementation.cs
- _NestedMultipleAsyncResult.cs
- DocumentReferenceCollection.cs
- ValidatorCollection.cs
- TrackBar.cs
- SqlEnums.cs
- DesignOnlyAttribute.cs
- XmlReaderDelegator.cs
- ConfigurationException.cs
- HttpStreamXmlDictionaryReader.cs
- ContractSearchPattern.cs
- WinFormsComponentEditor.cs
- TextRenderer.cs
- BamlLocalizabilityResolver.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ReversePositionQuery.cs
- ZipPackagePart.cs
- InputLanguageManager.cs
- Soap.cs
- TreeNodeBinding.cs
- WindowsListView.cs
- XmlHierarchyData.cs
- AttributeQuery.cs
- EventDescriptor.cs
- InvokePattern.cs
- OracleInfoMessageEventArgs.cs
- Util.cs
- SimpleBitVector32.cs
- DashStyle.cs
- Page.cs
- TargetControlTypeCache.cs
- ComAwareEventInfo.cs
- WebPartConnectionsCancelVerb.cs
- LoginDesigner.cs
- NavigatorInput.cs
- Pkcs7Recipient.cs
- HttpStreamXmlDictionaryReader.cs
- SafeLibraryHandle.cs