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
- X509Extension.cs
- UrlAuthorizationModule.cs
- MachineKeySection.cs
- InstanceOwnerException.cs
- HttpResponseInternalWrapper.cs
- ToolStripOverflow.cs
- SizeValueSerializer.cs
- ToolStripOverflowButton.cs
- MarshalDirectiveException.cs
- SHA384Managed.cs
- Int16.cs
- CharConverter.cs
- KoreanLunisolarCalendar.cs
- control.ime.cs
- RijndaelCryptoServiceProvider.cs
- ApplicationDirectoryMembershipCondition.cs
- ToolStripDesignerUtils.cs
- BooleanAnimationBase.cs
- ServiceOperationWrapper.cs
- MatrixStack.cs
- AspNetHostingPermission.cs
- SynchronousChannelMergeEnumerator.cs
- Number.cs
- PackagingUtilities.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- ITextView.cs
- SqlGatherConsumedAliases.cs
- QueryOutputWriter.cs
- LocationChangedEventArgs.cs
- DesignBindingPicker.cs
- HwndSourceKeyboardInputSite.cs
- LayoutSettings.cs
- AssemblyEvidenceFactory.cs
- NoneExcludedImageIndexConverter.cs
- XmlLoader.cs
- TableLayoutPanelDesigner.cs
- LogRestartAreaEnumerator.cs
- InfoCardTraceRecord.cs
- SynchronizedInputProviderWrapper.cs
- HttpRawResponse.cs
- SecureConversationDriver.cs
- DBConnection.cs
- AVElementHelper.cs
- DefaultEventAttribute.cs
- X509ChainPolicy.cs
- FormViewInsertEventArgs.cs
- Types.cs
- PeerApplication.cs
- StringConcat.cs
- XmlAnyAttributeAttribute.cs
- BasicCellRelation.cs
- JsonWriterDelegator.cs
- Empty.cs
- UserNameSecurityToken.cs
- FrameworkContentElement.cs
- EnumValidator.cs
- Registry.cs
- RelationshipEndCollection.cs
- ToolStripMenuItemCodeDomSerializer.cs
- WebSysDisplayNameAttribute.cs
- MinimizableAttributeTypeConverter.cs
- EmbeddedMailObjectsCollection.cs
- ResourceManager.cs
- ScriptDescriptor.cs
- Visual3DCollection.cs
- UnaryNode.cs
- UIElementCollection.cs
- DecimalConverter.cs
- TemplateInstanceAttribute.cs
- SByteStorage.cs
- DataContractSerializerOperationGenerator.cs
- MenuBindingsEditor.cs
- ManagedFilter.cs
- followingsibling.cs
- LinqExpressionNormalizer.cs
- SimpleHandlerFactory.cs
- TrackingStringDictionary.cs
- CachedTypeface.cs
- SystemIPv6InterfaceProperties.cs
- SafeRightsManagementPubHandle.cs
- UIntPtr.cs
- PlatformCulture.cs
- GeometryDrawing.cs
- Stroke2.cs
- ContentFilePart.cs
- StylusPointPropertyUnit.cs
- XamlReaderConstants.cs
- ComEventsInfo.cs
- PathData.cs
- ControlParameter.cs
- TextServicesPropertyRanges.cs
- CodeParameterDeclarationExpression.cs
- OdbcHandle.cs
- ScriptResourceDefinition.cs
- SimpleMailWebEventProvider.cs
- ChannelServices.cs
- DynamicScriptObject.cs
- SctClaimDictionary.cs
- CoreSwitches.cs
- KnownTypeAttribute.cs