Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ThreadInterruptedException.cs
- InputScopeNameConverter.cs
- AccessText.cs
- Ticks.cs
- SqlFactory.cs
- CqlParser.cs
- ParameterElementCollection.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- RtfToXamlLexer.cs
- ArraySortHelper.cs
- ValueUtilsSmi.cs
- XmlSchemaSimpleType.cs
- CodeCommentStatement.cs
- Compiler.cs
- StrokeNodeOperations2.cs
- PrintingPermission.cs
- CodeCatchClauseCollection.cs
- SocketCache.cs
- Label.cs
- ServiceModelEnumValidator.cs
- OutOfProcStateClientManager.cs
- FlowLayoutPanel.cs
- OdbcConnection.cs
- ITreeGenerator.cs
- UpdatePanelTriggerCollection.cs
- LineUtil.cs
- SiteMapPathDesigner.cs
- AtlasWeb.Designer.cs
- DataListItem.cs
- CodeCatchClauseCollection.cs
- ScriptReferenceEventArgs.cs
- ColumnTypeConverter.cs
- QueryContinueDragEvent.cs
- AssemblyEvidenceFactory.cs
- _ChunkParse.cs
- TextTreeTextElementNode.cs
- InstanceCreationEditor.cs
- ProxyWebPartConnectionCollection.cs
- MetadataPropertyAttribute.cs
- WebPartDescriptionCollection.cs
- Literal.cs
- SimpleApplicationHost.cs
- SafeLibraryHandle.cs
- XmlCompatibilityReader.cs
- SelectionPattern.cs
- DataGridState.cs
- COMException.cs
- FontStyles.cs
- NullableIntAverageAggregationOperator.cs
- CatalogPart.cs
- ServiceNameElementCollection.cs
- ElementUtil.cs
- XpsResource.cs
- MetadataArtifactLoaderCompositeFile.cs
- OuterGlowBitmapEffect.cs
- ParseChildrenAsPropertiesAttribute.cs
- ArrangedElement.cs
- ToolStripCodeDomSerializer.cs
- DependencyPropertyKind.cs
- __FastResourceComparer.cs
- LabelAutomationPeer.cs
- SectionInput.cs
- VScrollBar.cs
- EntityTypeBase.cs
- CellParaClient.cs
- SystemColorTracker.cs
- MeasurementDCInfo.cs
- MenuRendererStandards.cs
- ReadOnlyTernaryTree.cs
- IriParsingElement.cs
- ValidationErrorEventArgs.cs
- DateTimeConverter.cs
- AnnotationStore.cs
- ShapeTypeface.cs
- Clause.cs
- WebInvokeAttribute.cs
- NativeMethods.cs
- TimeoutException.cs
- securitycriticaldataformultiplegetandset.cs
- NTAccount.cs
- Type.cs
- ErrorInfoXmlDocument.cs
- WebBrowserUriTypeConverter.cs
- NetCodeGroup.cs
- SqlFactory.cs
- MaterialCollection.cs
- LockRenewalTask.cs
- ModelChangedEventArgsImpl.cs
- SqlClientFactory.cs
- Item.cs
- DesignerTransaction.cs
- DesignBindingValueUIHandler.cs
- TextEndOfLine.cs
- MachineSettingsSection.cs
- PasswordTextContainer.cs
- HGlobalSafeHandle.cs
- XPathSelectionIterator.cs
- DataGridViewIntLinkedList.cs
- ValidationRule.cs
- ProfileBuildProvider.cs