Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatingEvent.cs / 1 / OleDbRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif 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. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif 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
- CmsInterop.cs
- Simplifier.cs
- XmlSerializerNamespaces.cs
- PackagePartCollection.cs
- InputLanguageManager.cs
- TypedAsyncResult.cs
- UrlRoutingModule.cs
- __FastResourceComparer.cs
- InvalidProgramException.cs
- XmlSerializer.cs
- SiteMap.cs
- DataGridViewDataErrorEventArgs.cs
- InstancePersistenceCommand.cs
- MatrixValueSerializer.cs
- EdmEntityTypeAttribute.cs
- ConfigurationManager.cs
- ContentDesigner.cs
- TransactionFlowProperty.cs
- HwndHostAutomationPeer.cs
- FeatureManager.cs
- CoTaskMemHandle.cs
- ValuePatternIdentifiers.cs
- Marshal.cs
- TreeView.cs
- StylusTouchDevice.cs
- EventBuilder.cs
- AssemblyBuilderData.cs
- IdentityModelDictionary.cs
- SmiEventSink_DeferedProcessing.cs
- Column.cs
- SHA256Managed.cs
- StickyNote.cs
- StringPropertyBuilder.cs
- ClientConfigPaths.cs
- ChtmlCommandAdapter.cs
- TemplatedAdorner.cs
- DesignerWithHeader.cs
- DataViewSettingCollection.cs
- FormParameter.cs
- IgnorePropertiesAttribute.cs
- MD5CryptoServiceProvider.cs
- RuntimeResourceSet.cs
- SubMenuStyle.cs
- RegexCapture.cs
- CompositeDispatchFormatter.cs
- DocumentViewerBaseAutomationPeer.cs
- RawKeyboardInputReport.cs
- CommonProperties.cs
- NumberAction.cs
- DefinitionBase.cs
- BrowserInteropHelper.cs
- ChangePassword.cs
- PersonalizationDictionary.cs
- PassportPrincipal.cs
- CatalogPartCollection.cs
- CalendarDataBindingHandler.cs
- MemberHolder.cs
- SiteMapNodeItemEventArgs.cs
- AlternateViewCollection.cs
- CompositeControlDesigner.cs
- BatchWriter.cs
- TagMapCollection.cs
- VisualStyleInformation.cs
- BaseAppDomainProtocolHandler.cs
- BufferBuilder.cs
- DesignerActionService.cs
- SchemaCollectionPreprocessor.cs
- DbParameterCollectionHelper.cs
- SymLanguageType.cs
- ThemeInfoAttribute.cs
- LocalizationComments.cs
- LogReserveAndAppendState.cs
- PermissionSetEnumerator.cs
- ToolBarButton.cs
- SiteMapDataSource.cs
- TimerElapsedEvenArgs.cs
- TextWriter.cs
- PowerStatus.cs
- DBConnectionString.cs
- GridErrorDlg.cs
- ObjectDataSourceStatusEventArgs.cs
- FieldMetadata.cs
- CookieProtection.cs
- ConfigurationSection.cs
- TdsParserStateObject.cs
- DesigntimeLicenseContextSerializer.cs
- ITextView.cs
- DragAssistanceManager.cs
- ThreadExceptionDialog.cs
- CqlLexer.cs
- ToolStripLabel.cs
- DiscoveryMessageSequence11.cs
- RegexTree.cs
- ServiceOperationInfoTypeConverter.cs
- UserControl.cs
- TypeUnloadedException.cs
- SmiEventSink.cs
- AllMembershipCondition.cs
- CompositionTarget.cs
- LinkedResourceCollection.cs