Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatingEvent.cs / 1305376 / SqlRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.Data; using System.Data.Common; public 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; public 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
- PersonalizationAdministration.cs
- ViewManager.cs
- sqlpipe.cs
- FixedSOMPageElement.cs
- DoubleMinMaxAggregationOperator.cs
- InlineUIContainer.cs
- WebColorConverter.cs
- XmlEventCache.cs
- AgileSafeNativeMemoryHandle.cs
- BitmapEffectCollection.cs
- SyndicationElementExtension.cs
- CorrelationActionMessageFilter.cs
- FormParameter.cs
- EntityDataSourceReferenceGroup.cs
- PerformanceCounter.cs
- PhysicalAddress.cs
- Formatter.cs
- TTSEngineProxy.cs
- ContextMenuAutomationPeer.cs
- MessageDesigner.cs
- EraserBehavior.cs
- ZoneMembershipCondition.cs
- TreeNodeCollection.cs
- Route.cs
- PasswordTextContainer.cs
- GlobalizationAssembly.cs
- Math.cs
- State.cs
- TextParagraphView.cs
- TransformGroup.cs
- BitmapEffectDrawing.cs
- UnknownBitmapEncoder.cs
- XPathScanner.cs
- InputLanguageManager.cs
- TreeView.cs
- TreeBuilderBamlTranslator.cs
- DbConnectionFactory.cs
- shaperfactory.cs
- OverlappedContext.cs
- ChameleonKey.cs
- RegexGroup.cs
- ObjectDataSourceMethodEventArgs.cs
- ImportContext.cs
- WithParamAction.cs
- MetadataCache.cs
- RegexTypeEditor.cs
- DataControlFieldCollection.cs
- Itemizer.cs
- DataTableMappingCollection.cs
- InProcStateClientManager.cs
- DataBinding.cs
- MediaContext.cs
- DllNotFoundException.cs
- ProfileInfo.cs
- AnonymousIdentificationModule.cs
- ScrollPattern.cs
- RbTree.cs
- XmlDataSource.cs
- Privilege.cs
- AnchorEditor.cs
- IPipelineRuntime.cs
- SqlDataSourceCommandEventArgs.cs
- BaseCollection.cs
- ObjectQuery_EntitySqlExtensions.cs
- RepeaterItemEventArgs.cs
- DeferredElementTreeState.cs
- AsyncOperationManager.cs
- ScriptRegistrationManager.cs
- GridViewSortEventArgs.cs
- SamlAssertionKeyIdentifierClause.cs
- Panel.cs
- AssemblyCollection.cs
- TreeViewItemAutomationPeer.cs
- IEnumerable.cs
- Stopwatch.cs
- RoleManagerSection.cs
- PcmConverter.cs
- TabletDevice.cs
- UnauthorizedAccessException.cs
- Qualifier.cs
- CTreeGenerator.cs
- ServiceOperationParameter.cs
- TableLayoutStyle.cs
- SimplePropertyEntry.cs
- FolderLevelBuildProviderCollection.cs
- Unit.cs
- XmlDataDocument.cs
- ObjectToken.cs
- EmissiveMaterial.cs
- Invariant.cs
- XmlDataSourceView.cs
- Vector.cs
- SrgsRuleRef.cs
- DataGridViewCellValueEventArgs.cs
- WCFModelStrings.Designer.cs
- NavigationProperty.cs
- DtrList.cs
- ErrorView.xaml.cs
- RightsManagementPermission.cs
- RequestCacheManager.cs