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
- XmlArrayAttribute.cs
- UnsafeNativeMethods.cs
- OutputScope.cs
- SyndicationDeserializer.cs
- ScriptControlManager.cs
- MouseBinding.cs
- Pens.cs
- SelectionService.cs
- RegexStringValidator.cs
- SqlNodeAnnotation.cs
- Debug.cs
- SharedHttpsTransportManager.cs
- TypedTableBase.cs
- SettingsAttributeDictionary.cs
- XmlObjectSerializer.cs
- NullRuntimeConfig.cs
- SessionStateSection.cs
- CachingHintValidation.cs
- UDPClient.cs
- LinqDataSourceStatusEventArgs.cs
- ClockController.cs
- GenericUI.cs
- TimeIntervalCollection.cs
- SQLMoneyStorage.cs
- WebPartConnectionsEventArgs.cs
- WindowsScroll.cs
- DriveInfo.cs
- TraceUtility.cs
- ReferenceSchema.cs
- ArgumentDesigner.xaml.cs
- DataViewManagerListItemTypeDescriptor.cs
- SmiEventStream.cs
- WebPartDescription.cs
- ConfigurationSectionGroup.cs
- StringKeyFrameCollection.cs
- WorkflowOwnershipException.cs
- CompilerInfo.cs
- RadioButtonPopupAdapter.cs
- FieldNameLookup.cs
- DesignerDataParameter.cs
- HtmlDocument.cs
- TimeoutValidationAttribute.cs
- WebPartPersonalization.cs
- SoapFault.cs
- TextTreeUndo.cs
- EnterpriseServicesHelper.cs
- TabRenderer.cs
- OleDbDataReader.cs
- FontDifferentiator.cs
- KeyEventArgs.cs
- WebPartZone.cs
- RadioButtonPopupAdapter.cs
- SystemIPInterfaceStatistics.cs
- TdsRecordBufferSetter.cs
- ManagedWndProcTracker.cs
- CodeDefaultValueExpression.cs
- TypeDescriptionProvider.cs
- DataControlCommands.cs
- SimpleExpression.cs
- BrowserCapabilitiesCompiler.cs
- FunctionDetailsReader.cs
- DataServiceKeyAttribute.cs
- ImageMetadata.cs
- XsltInput.cs
- WindowsFormsHostAutomationPeer.cs
- SpellCheck.cs
- SmiMetaData.cs
- ApplicationActivator.cs
- DragCompletedEventArgs.cs
- Point3DAnimationUsingKeyFrames.cs
- ThaiBuddhistCalendar.cs
- MouseGestureValueSerializer.cs
- MenuItem.cs
- FloaterBaseParaClient.cs
- StringSource.cs
- GeneralTransform3DGroup.cs
- DataReaderContainer.cs
- TeredoHelper.cs
- QueryStatement.cs
- LinkLabel.cs
- ConditionalDesigner.cs
- ProcessHostConfigUtils.cs
- Expression.cs
- Positioning.cs
- IChannel.cs
- PersistChildrenAttribute.cs
- RoleGroupCollection.cs
- WorkflowNamespace.cs
- ListViewContainer.cs
- HandoffBehavior.cs
- PathGeometry.cs
- ComboBoxAutomationPeer.cs
- cryptoapiTransform.cs
- ServerIdentity.cs
- PropertyInfoSet.cs
- MetroSerializationManager.cs
- Exception.cs
- SubqueryRules.cs
- HwndProxyElementProvider.cs
- OletxCommittableTransaction.cs