Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebServiceFaultDesigner.cs
- EpmContentDeSerializer.cs
- Graph.cs
- HostedTcpTransportManager.cs
- Material.cs
- OracleCommand.cs
- TextEmbeddedObject.cs
- TaskForm.cs
- ErrorHandlingAcceptor.cs
- AttributeData.cs
- OdbcCommand.cs
- ServiceOperationParameter.cs
- ContentDefinition.cs
- ExtendedTransformFactory.cs
- HttpCookie.cs
- ReflectPropertyDescriptor.cs
- GridViewItemAutomationPeer.cs
- _LoggingObject.cs
- DataListItem.cs
- AstNode.cs
- HotCommands.cs
- TableRow.cs
- ListViewDeletedEventArgs.cs
- ComplexTypeEmitter.cs
- BaseParaClient.cs
- RequestCachingSection.cs
- PeerCollaboration.cs
- ComponentCodeDomSerializer.cs
- RequestCachePolicyConverter.cs
- ReadOnlyKeyedCollection.cs
- WaitHandleCannotBeOpenedException.cs
- WSMessageEncoding.cs
- ResXResourceSet.cs
- MaxMessageSizeStream.cs
- InvalidMessageContractException.cs
- InputBinding.cs
- ConnectorMovedEventArgs.cs
- BitmapEffectInput.cs
- InternalConfigRoot.cs
- InheritanceAttribute.cs
- TPLETWProvider.cs
- BamlLocalizationDictionary.cs
- SqlProvider.cs
- Token.cs
- SoapCodeExporter.cs
- DiffuseMaterial.cs
- _LocalDataStoreMgr.cs
- Encoding.cs
- GeneralTransformGroup.cs
- WindowsUpDown.cs
- TagPrefixCollection.cs
- _BaseOverlappedAsyncResult.cs
- DynamicRendererThreadManager.cs
- PropertyItem.cs
- FastEncoder.cs
- GroupBox.cs
- WebPartHelpVerb.cs
- FlowSwitch.cs
- COAUTHINFO.cs
- ToolboxBitmapAttribute.cs
- TransformerTypeCollection.cs
- Brush.cs
- XmlArrayAttribute.cs
- TemplateManager.cs
- EntityDataSourceMemberPath.cs
- SR.cs
- Frame.cs
- codemethodreferenceexpression.cs
- PrivacyNoticeBindingElementImporter.cs
- XDeferredAxisSource.cs
- FileDialogCustomPlaces.cs
- SubclassTypeValidatorAttribute.cs
- ConstructorBuilder.cs
- FlowDocumentReader.cs
- XPathNodeList.cs
- EntityContainer.cs
- SoapConverter.cs
- Int16Storage.cs
- ObjectViewEntityCollectionData.cs
- FileVersion.cs
- CheckableControlBaseAdapter.cs
- ErrorView.xaml.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- Events.cs
- ColorConvertedBitmap.cs
- XmlSchemaObject.cs
- Queue.cs
- TdsRecordBufferSetter.cs
- DataSourceConverter.cs
- MouseButton.cs
- CustomErrorsSection.cs
- LocalIdCollection.cs
- Options.cs
- ObjectQuery.cs
- Help.cs
- AnnotationHelper.cs
- SqlResolver.cs
- PlainXmlWriter.cs
- CornerRadiusConverter.cs
- Button.cs