Code:
/ DotNET / DotNET / 8.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
- XmlSchemaAny.cs
- _AuthenticationState.cs
- ViewGenResults.cs
- SiteMapNodeCollection.cs
- RawMouseInputReport.cs
- HyperLinkColumn.cs
- Automation.cs
- DataGridViewTextBoxCell.cs
- XmlNavigatorStack.cs
- SessionEndedEventArgs.cs
- LocatorPartList.cs
- CaretElement.cs
- _NativeSSPI.cs
- RuleProcessor.cs
- Metadata.cs
- ListView.cs
- ScopelessEnumAttribute.cs
- SqlClientWrapperSmiStream.cs
- CookieHandler.cs
- DataSourceHelper.cs
- XmlAtomicValue.cs
- ControlPropertyNameConverter.cs
- PointAnimationClockResource.cs
- QueryOutputWriter.cs
- TreeBuilderXamlTranslator.cs
- XmlDocumentType.cs
- GridItemPatternIdentifiers.cs
- ChannelSinkStacks.cs
- SqlTypeSystemProvider.cs
- FreezableOperations.cs
- BindingNavigatorDesigner.cs
- EditorPartCollection.cs
- SafeRightsManagementEnvironmentHandle.cs
- SignatureHelper.cs
- WsdlWriter.cs
- DPCustomTypeDescriptor.cs
- XmlConvert.cs
- ObjectDesignerDataSourceView.cs
- NetPeerTcpBinding.cs
- ListViewGroupCollectionEditor.cs
- SmiEventSink_Default.cs
- EditorPart.cs
- DataServiceRequest.cs
- ObjectDataSourceDisposingEventArgs.cs
- IPGlobalProperties.cs
- SignatureConfirmations.cs
- QualifiedCellIdBoolean.cs
- InternalPolicyElement.cs
- BevelBitmapEffect.cs
- DbMetaDataColumnNames.cs
- ToolstripProfessionalRenderer.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- Attributes.cs
- GridEntry.cs
- CmsInterop.cs
- SQLRoleProvider.cs
- ClientBuildManager.cs
- WindowsFormsDesignerOptionService.cs
- GiveFeedbackEvent.cs
- XmlEnumAttribute.cs
- KeyValueSerializer.cs
- AuthorizationSection.cs
- WindowInteractionStateTracker.cs
- InvalidDataException.cs
- Evaluator.cs
- ActionFrame.cs
- HttpRuntimeSection.cs
- DateTimeSerializationSection.cs
- ProfileModule.cs
- PropertyDescriptorGridEntry.cs
- ActivityScheduledRecord.cs
- EditorPartCollection.cs
- MD5.cs
- TableRow.cs
- SEHException.cs
- ToolConsole.cs
- NumericExpr.cs
- DrawingAttributesDefaultValueFactory.cs
- AsymmetricSignatureDeformatter.cs
- EllipticalNodeOperations.cs
- TreeNode.cs
- SystemNetHelpers.cs
- Operators.cs
- ProcessHostServerConfig.cs
- ObjectReaderCompiler.cs
- GridItemProviderWrapper.cs
- Exception.cs
- DesignTimeValidationFeature.cs
- TemplateControlBuildProvider.cs
- KeyValueConfigurationElement.cs
- SchemaImporterExtensionsSection.cs
- WindowsFormsLinkLabel.cs
- HierarchicalDataBoundControlAdapter.cs
- SqlCommandBuilder.cs
- ZipIOLocalFileBlock.cs
- ServiceOperation.cs
- CatalogZone.cs
- String.cs
- LinkedResourceCollection.cs
- PathHelper.cs