Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatedEvent.cs / 1305376 / SqlRowUpdatedEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.SqlClient {
using System.Diagnostics;
using System;
using System.Data;
using System.Data.Common;
public sealed class SqlRowUpdatedEventArgs : RowUpdatedEventArgs {
public SqlRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
: base(row, command, statementType, tableMapping) {
}
new public SqlCommand Command {
get {
return(SqlCommand) 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
- MultiBinding.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- RelationshipType.cs
- DmlSqlGenerator.cs
- TreeNodeCollection.cs
- XmlDataSourceView.cs
- InfoCardBaseException.cs
- StorageInfo.cs
- JavaScriptObjectDeserializer.cs
- IsolatedStorage.cs
- TagMapInfo.cs
- IFlowDocumentViewer.cs
- SqlBooleanMismatchVisitor.cs
- DataGridViewToolTip.cs
- QilList.cs
- MeasureData.cs
- DataComponentNameHandler.cs
- SaveFileDialogDesigner.cs
- XmlUnspecifiedAttribute.cs
- OdbcConnectionStringbuilder.cs
- LateBoundBitmapDecoder.cs
- XmlSerializerAssemblyAttribute.cs
- TemplatedAdorner.cs
- EventSourceCreationData.cs
- InputProviderSite.cs
- LicFileLicenseProvider.cs
- FactoryGenerator.cs
- DependencyPropertyDescriptor.cs
- WebRequest.cs
- TemplateKey.cs
- VariableQuery.cs
- VisualBrush.cs
- ToolStripSplitStackLayout.cs
- AttributeUsageAttribute.cs
- DependencyObjectPropertyDescriptor.cs
- XmlHierarchyData.cs
- ContentElementAutomationPeer.cs
- StreamedWorkflowDefinitionContext.cs
- TableParaClient.cs
- PermissionToken.cs
- BlockUIContainer.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- CodeDelegateInvokeExpression.cs
- ReferencedCategoriesDocument.cs
- MaskInputRejectedEventArgs.cs
- TimelineClockCollection.cs
- PathFigureCollectionConverter.cs
- PolyBezierSegment.cs
- InputLanguage.cs
- DataGridViewCellStateChangedEventArgs.cs
- PropertyMapper.cs
- MouseActionConverter.cs
- ServiceDiscoveryBehavior.cs
- ListBindableAttribute.cs
- DirtyTextRange.cs
- InternalReceiveMessage.cs
- IdnMapping.cs
- AggregateNode.cs
- TableAdapterManagerMethodGenerator.cs
- Rect3D.cs
- ComboBox.cs
- CodeCompiler.cs
- CreateUserErrorEventArgs.cs
- VirtualDirectoryMappingCollection.cs
- ActiveDocumentEvent.cs
- FolderLevelBuildProvider.cs
- TripleDESCryptoServiceProvider.cs
- DataObjectPastingEventArgs.cs
- XmlSchemaSequence.cs
- SqlPersonalizationProvider.cs
- ClientConvert.cs
- AttributeCollection.cs
- ConfigurationException.cs
- TextRangeEdit.cs
- PropertyFilter.cs
- DrawingContextDrawingContextWalker.cs
- QuadraticBezierSegment.cs
- RoutedEventArgs.cs
- PrintEvent.cs
- CompilerGlobalScopeAttribute.cs
- QuotedPrintableStream.cs
- IERequestCache.cs
- Inline.cs
- TriggerAction.cs
- ZipIOFileItemStream.cs
- SolidColorBrush.cs
- KnownTypesProvider.cs
- DynamicDocumentPaginator.cs
- XPathPatternBuilder.cs
- PropertyManager.cs
- Region.cs
- UniqueIdentifierService.cs
- SmtpException.cs
- XmlWellformedWriter.cs
- HttpDebugHandler.cs
- DefinitionBase.cs
- XmlSubtreeReader.cs
- LinkTarget.cs
- safesecurityhelperavalon.cs
- DbTypeMap.cs