Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatingEvent.cs / 1 / SqlRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class SqlRowUpdatingEventArgs : RowUpdatingEventArgs { public SqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public SqlCommand Command { get { return (base.Command as SqlCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as SqlCommand); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class SqlRowUpdatingEventArgs : RowUpdatingEventArgs { public SqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public SqlCommand Command { get { return (base.Command as SqlCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as SqlCommand); } } } } // 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
- CategoryEditor.cs
- ProxyManager.cs
- IgnoreFileBuildProvider.cs
- AssemblyResourceLoader.cs
- TextParagraph.cs
- PreviewPageInfo.cs
- IncrementalCompileAnalyzer.cs
- ApplicationManager.cs
- GroupByQueryOperator.cs
- ComPlusDiagnosticTraceRecords.cs
- QueuePathEditor.cs
- ConfigurationElementProperty.cs
- SimpleBitVector32.cs
- StylusTip.cs
- DecimalAnimationUsingKeyFrames.cs
- ByteStreamGeometryContext.cs
- RegexGroup.cs
- GridViewRowPresenterBase.cs
- CodeCommentStatement.cs
- EventLogPermissionEntry.cs
- ActiveDocumentEvent.cs
- ResXDataNode.cs
- DesignTimeParseData.cs
- SqlUDTStorage.cs
- EntityCommandExecutionException.cs
- RuleSetDialog.cs
- InputLangChangeRequestEvent.cs
- BamlLocalizationDictionary.cs
- Setter.cs
- DataGridViewSelectedColumnCollection.cs
- FaultContractAttribute.cs
- PrintController.cs
- ActivityStateRecord.cs
- TypeDefinition.cs
- Parser.cs
- CharEntityEncoderFallback.cs
- XmlValidatingReaderImpl.cs
- OdbcDataReader.cs
- Base64Encoding.cs
- Point3D.cs
- WebPartManager.cs
- Geometry.cs
- MessageFilterException.cs
- ViewStateException.cs
- NativeObjectSecurity.cs
- PartitionedDataSource.cs
- GeneratedCodeAttribute.cs
- XsltConvert.cs
- EndEvent.cs
- UnmanagedMemoryStream.cs
- PseudoWebRequest.cs
- MultiView.cs
- AccessViolationException.cs
- SrgsToken.cs
- DataServiceQueryException.cs
- XmlUrlResolver.cs
- PeerNodeAddress.cs
- HtmlTableRow.cs
- MissingMethodException.cs
- XsltInput.cs
- AuthorizationRuleCollection.cs
- ErrorRuntimeConfig.cs
- TypeConverterAttribute.cs
- DependencySource.cs
- ImageClickEventArgs.cs
- TypefaceCollection.cs
- RuleSetBrowserDialog.cs
- TextCollapsingProperties.cs
- SqlClientFactory.cs
- RequestNavigateEventArgs.cs
- Storyboard.cs
- Point3DKeyFrameCollection.cs
- Transform3D.cs
- SQLInt16.cs
- NumberAction.cs
- _LoggingObject.cs
- ValueUtilsSmi.cs
- AnnotationMap.cs
- ClientBuildManager.cs
- ListenerConstants.cs
- SortExpressionBuilder.cs
- FixedSOMElement.cs
- StaticFileHandler.cs
- HashRepartitionStream.cs
- DataKeyCollection.cs
- DetailsView.cs
- MemoryPressure.cs
- RowUpdatedEventArgs.cs
- VisualBasic.cs
- TitleStyle.cs
- NestedContainer.cs
- PointHitTestResult.cs
- tibetanshape.cs
- ErrorWrapper.cs
- DynamicArgumentDialog.cs
- DocumentPageView.cs
- IPCCacheManager.cs
- BitConverter.cs
- AutomationPattern.cs
- ClientConfigurationHost.cs