Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatedEvent.cs / 1 / OleDbRowUpdatedEvent.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 OleDbRowUpdatedEventArgs : RowUpdatedEventArgs { public OleDbRowUpdatedEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(dataRow, command, statementType, tableMapping) { } new public OleDbCommand Command { get { return(OleDbCommand) base.Command; } } } } // 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 OleDbRowUpdatedEventArgs : RowUpdatedEventArgs { public OleDbRowUpdatedEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(dataRow, command, statementType, tableMapping) { } new public OleDbCommand Command { get { return(OleDbCommand) 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
- AndAlso.cs
- ProvideValueServiceProvider.cs
- Stroke.cs
- MeasureData.cs
- MimeImporter.cs
- DirectoryRedirect.cs
- UserControl.cs
- PhonemeEventArgs.cs
- EncryptedType.cs
- DataGridViewColumnCollectionDialog.cs
- System.Data_BID.cs
- ObjectDataProvider.cs
- CodeArrayIndexerExpression.cs
- InputScopeAttribute.cs
- milexports.cs
- DataColumnMapping.cs
- Geometry3D.cs
- ClientTargetSection.cs
- WhitespaceSignificantCollectionAttribute.cs
- BitmapEffectDrawingContextState.cs
- ReferencedCollectionType.cs
- GACMembershipCondition.cs
- ExpressionNode.cs
- CacheModeValueSerializer.cs
- ListParagraph.cs
- SecurityManager.cs
- FormViewInsertedEventArgs.cs
- RectAnimation.cs
- HyperLinkField.cs
- DrawToolTipEventArgs.cs
- TextControlDesigner.cs
- PropertyEmitter.cs
- SourceCollection.cs
- MetadataItem.cs
- SqlNotificationRequest.cs
- ProgressBarHighlightConverter.cs
- PersianCalendar.cs
- DesignTimeData.cs
- DbDataAdapter.cs
- MessageQueue.cs
- EventProviderWriter.cs
- TextStore.cs
- SqlConnectionStringBuilder.cs
- EntityPropertyMappingAttribute.cs
- ProviderIncompatibleException.cs
- Pair.cs
- DefaultShape.cs
- securitymgrsite.cs
- MetadataPropertyvalue.cs
- MarkupCompiler.cs
- DataSvcMapFileSerializer.cs
- DataGridViewCellValueEventArgs.cs
- AdPostCacheSubstitution.cs
- ComPlusTypeValidator.cs
- MultiPartWriter.cs
- EnumerableRowCollection.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- TableLayoutStyle.cs
- HeaderLabel.cs
- DashStyle.cs
- TrackingExtract.cs
- WebPartMenuStyle.cs
- EventMap.cs
- ComboBoxRenderer.cs
- PolicyChain.cs
- SoapFaultCodes.cs
- SchemaTableColumn.cs
- DataGridViewRow.cs
- Odbc32.cs
- PointAnimationBase.cs
- BufferModeSettings.cs
- CodeDirectiveCollection.cs
- WSFederationHttpSecurityMode.cs
- FontEditor.cs
- FormatConvertedBitmap.cs
- KoreanLunisolarCalendar.cs
- XPathAxisIterator.cs
- XmlSchemaInclude.cs
- SizeConverter.cs
- SymmetricCryptoHandle.cs
- BordersPage.cs
- ProcessHostMapPath.cs
- LicenseProviderAttribute.cs
- ImportCatalogPart.cs
- RequestCache.cs
- ProfileSettingsCollection.cs
- CodeTypeReference.cs
- EncoderFallback.cs
- XmlSchemaComplexType.cs
- EntryPointNotFoundException.cs
- Oci.cs
- ButtonField.cs
- DateRangeEvent.cs
- ArrayHelper.cs
- EvidenceTypeDescriptor.cs
- PhysicalOps.cs
- Label.cs
- XamlRtfConverter.cs
- EdmScalarPropertyAttribute.cs
- Compilation.cs