Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SortKey.cs
- DataListItem.cs
- HttpCacheParams.cs
- SqlMethods.cs
- FixUpCollection.cs
- x509utils.cs
- XmlSchemaType.cs
- WebPartRestoreVerb.cs
- ConnectAlgorithms.cs
- StringResourceManager.cs
- ChannelCredentials.cs
- DataGridViewRowPrePaintEventArgs.cs
- ValidationResult.cs
- HyperLinkStyle.cs
- StringResourceManager.cs
- EntityDataSourceQueryBuilder.cs
- SetterBaseCollection.cs
- RepeatInfo.cs
- DataTableTypeConverter.cs
- MailSettingsSection.cs
- ProtocolElement.cs
- TemporaryBitmapFile.cs
- ServerValidateEventArgs.cs
- File.cs
- ClientSection.cs
- LocatorBase.cs
- XNodeSchemaApplier.cs
- DesignerVerb.cs
- FormsAuthenticationEventArgs.cs
- FlagsAttribute.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- DataGridItem.cs
- ListBoxItemAutomationPeer.cs
- TextViewBase.cs
- SystemIPGlobalStatistics.cs
- WebSysDisplayNameAttribute.cs
- RegexWriter.cs
- UnmanagedMemoryStreamWrapper.cs
- FilterQuery.cs
- GeometryHitTestResult.cs
- EntityContainerAssociationSet.cs
- EntityConnectionStringBuilder.cs
- BookmarkScopeHandle.cs
- ServiceDurableInstance.cs
- Popup.cs
- ConfigurationStrings.cs
- EntityProviderFactory.cs
- SafeFindHandle.cs
- ToolStripScrollButton.cs
- SQLString.cs
- Point4D.cs
- ClientRoleProvider.cs
- SoapAttributeAttribute.cs
- KeyMatchBuilder.cs
- SqlLiftIndependentRowExpressions.cs
- CodeIndexerExpression.cs
- ColorAnimationBase.cs
- TraceData.cs
- SqlDataAdapter.cs
- TextAction.cs
- RSAPKCS1SignatureFormatter.cs
- remotingproxy.cs
- HttpClientCredentialType.cs
- HttpServerUtilityWrapper.cs
- Assert.cs
- TrustLevel.cs
- ErrorHandler.cs
- TextViewBase.cs
- SchemaImporterExtensionsSection.cs
- NamespaceQuery.cs
- RawUIStateInputReport.cs
- ReachIDocumentPaginatorSerializer.cs
- DataGridHeaderBorder.cs
- MSAANativeProvider.cs
- MSHTMLHost.cs
- SliderAutomationPeer.cs
- SafeNativeMethods.cs
- XmlElementAttributes.cs
- DrawingCollection.cs
- DeferredElementTreeState.cs
- _SpnDictionary.cs
- GiveFeedbackEventArgs.cs
- PageHandlerFactory.cs
- ChangeConflicts.cs
- OneOfConst.cs
- SQLGuidStorage.cs
- AutomationPropertyInfo.cs
- WebPartConnectionsDisconnectVerb.cs
- LambdaCompiler.Address.cs
- InvalidWMPVersionException.cs
- SchemaRegistration.cs
- CompiledQueryCacheKey.cs
- DataGridView.cs
- MultipartContentParser.cs
- BitmapMetadataBlob.cs
- WindowsTokenRoleProvider.cs
- XmlIncludeAttribute.cs
- TargetPerspective.cs
- TemplatedMailWebEventProvider.cs
- ObjectItemCollection.cs