Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatedEvent.cs / 1 / 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;
#if WINFSInternalOnly
internal
#else
public
#endif
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.SqlClient {
using System.Diagnostics;
using System;
using System.Data;
using System.Data.Common;
#if WINFSInternalOnly
internal
#else
public
#endif
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
- TextParagraphProperties.cs
- EntitySqlQueryBuilder.cs
- BuildProvider.cs
- DockingAttribute.cs
- NativeObjectSecurity.cs
- Pen.cs
- LineProperties.cs
- UInt64Storage.cs
- OdbcFactory.cs
- TabPage.cs
- HMAC.cs
- ParenthesizePropertyNameAttribute.cs
- ResetableIterator.cs
- LoginNameDesigner.cs
- InputLanguageProfileNotifySink.cs
- HandlerWithFactory.cs
- ProcessModule.cs
- DocumentViewerBaseAutomationPeer.cs
- XmlAtomicValue.cs
- SingleAnimationBase.cs
- CommandPlan.cs
- CorrelationScope.cs
- Helpers.cs
- SafeCryptHandles.cs
- WebPartRestoreVerb.cs
- HtmlInputFile.cs
- DataObjectPastingEventArgs.cs
- AttachedPropertyDescriptor.cs
- SqlFileStream.cs
- AnnotationComponentManager.cs
- ThicknessAnimation.cs
- AutomationPatternInfo.cs
- pingexception.cs
- SamlAttributeStatement.cs
- Panel.cs
- CodeCommentStatement.cs
- FeedUtils.cs
- ObjectDataSource.cs
- BinaryFormatterSinks.cs
- XmlQueryType.cs
- ViewSimplifier.cs
- TextServicesCompartmentContext.cs
- ClientConfigurationSystem.cs
- WriteLineDesigner.xaml.cs
- TemplateBindingExpression.cs
- _AutoWebProxyScriptEngine.cs
- GradientStop.cs
- Point3DCollection.cs
- Monitor.cs
- ToolboxItem.cs
- TdsParameterSetter.cs
- EdmError.cs
- DateTimeParse.cs
- SmtpNegotiateAuthenticationModule.cs
- ObjectStateFormatter.cs
- OleDbCommand.cs
- DigitShape.cs
- QilScopedVisitor.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- RenderCapability.cs
- LoginNameDesigner.cs
- Route.cs
- XmlQueryOutput.cs
- JsonFormatWriterGenerator.cs
- ControlBuilder.cs
- BufferedStream2.cs
- AssemblyBuilder.cs
- ClrProviderManifest.cs
- AuthorizationSection.cs
- NameScopePropertyAttribute.cs
- PageThemeBuildProvider.cs
- ExpressionBuilder.cs
- URL.cs
- CharacterBuffer.cs
- Converter.cs
- NonParentingControl.cs
- BoolExpression.cs
- XMLDiffLoader.cs
- ViewKeyConstraint.cs
- PixelFormat.cs
- XmlTextReaderImpl.cs
- FtpWebResponse.cs
- CompositeDataBoundControl.cs
- LinqDataSourceValidationException.cs
- DBDataPermission.cs
- DesignerAttribute.cs
- StyleXamlParser.cs
- SystemColors.cs
- X509RawDataKeyIdentifierClause.cs
- InternalConfigRoot.cs
- FixedSchema.cs
- ServiceDebugElement.cs
- DockAndAnchorLayout.cs
- TableCellCollection.cs
- FixedTextBuilder.cs
- OletxDependentTransaction.cs
- ResourceDescriptionAttribute.cs
- ColorConvertedBitmap.cs
- ToolboxComponentsCreatedEventArgs.cs
- DataListComponentEditor.cs