Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SqlDataRecord.cs
- SafeSerializationManager.cs
- ReaderContextStackData.cs
- Rotation3DAnimationUsingKeyFrames.cs
- RectAnimation.cs
- DescendantOverDescendantQuery.cs
- PathGeometry.cs
- NamespaceInfo.cs
- SqlDelegatedTransaction.cs
- MailDefinitionBodyFileNameEditor.cs
- ConfigurationLoader.cs
- ChameleonKey.cs
- NameSpaceEvent.cs
- TypedDatasetGenerator.cs
- DataTransferEventArgs.cs
- XamlParser.cs
- DataGridViewAccessibleObject.cs
- SynchronizedInputHelper.cs
- XmlQueryRuntime.cs
- XmlnsCompatibleWithAttribute.cs
- DesignTimeTemplateParser.cs
- MouseBinding.cs
- SqlMethodCallConverter.cs
- SatelliteContractVersionAttribute.cs
- SimpleTextLine.cs
- Int32AnimationBase.cs
- ValidatingReaderNodeData.cs
- RuntimeArgumentHandle.cs
- LayoutTable.cs
- ToolStripControlHost.cs
- HttpModuleCollection.cs
- CheckedListBox.cs
- SecondaryIndex.cs
- DbParameterHelper.cs
- DependencyObject.cs
- ADMembershipUser.cs
- ManagementNamedValueCollection.cs
- AxHost.cs
- SchemaImporterExtensionElement.cs
- ButtonBaseDesigner.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- GlyphRun.cs
- PrinterResolution.cs
- PixelShader.cs
- SQLBytes.cs
- XmlProcessingInstruction.cs
- Int16AnimationBase.cs
- VarRemapper.cs
- StrongNameKeyPair.cs
- EventPropertyMap.cs
- DataGridViewTextBoxColumn.cs
- FixedSOMFixedBlock.cs
- WithParamAction.cs
- BindingSource.cs
- LineServices.cs
- ObjectItemNoOpAssemblyLoader.cs
- SendKeys.cs
- RuntimeConfigurationRecord.cs
- ExportFileRequest.cs
- BindUriHelper.cs
- HiddenFieldPageStatePersister.cs
- XmlDataFileEditor.cs
- HtmlInputReset.cs
- FormViewDeletedEventArgs.cs
- SqlRowUpdatingEvent.cs
- WMICapabilities.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- IndexerReference.cs
- Color.cs
- FastPropertyAccessor.cs
- DocumentReferenceCollection.cs
- DataMemberFieldConverter.cs
- Proxy.cs
- CodeVariableDeclarationStatement.cs
- CommandEventArgs.cs
- PointAnimationBase.cs
- MouseEventArgs.cs
- XmlILIndex.cs
- SqlServer2KCompatibilityAnnotation.cs
- TypeBuilderInstantiation.cs
- SqlBulkCopyColumnMapping.cs
- PkcsMisc.cs
- ManagedIStream.cs
- Calendar.cs
- XamlTypeMapper.cs
- HorizontalAlignConverter.cs
- StringStorage.cs
- DbSource.cs
- EnumValAlphaComparer.cs
- InspectionWorker.cs
- ClientOptions.cs
- IPGlobalProperties.cs
- EventData.cs
- SystemWebSectionGroup.cs
- SmiContextFactory.cs
- ClientConfigPaths.cs
- DtrList.cs
- TextFormatterHost.cs
- CodeTypeDeclaration.cs
- VectorValueSerializer.cs