Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GradientStopCollection.cs
- GetMemberBinder.cs
- HttpHandlerActionCollection.cs
- TextLine.cs
- AdjustableArrowCap.cs
- ProxyWebPartManager.cs
- RoleManagerEventArgs.cs
- ScriptIgnoreAttribute.cs
- TabControlCancelEvent.cs
- WindowsRegion.cs
- MaterialGroup.cs
- UnsafeNativeMethods.cs
- ActionFrame.cs
- SmiEventStream.cs
- ParallelTimeline.cs
- TextEditorTables.cs
- CaseInsensitiveHashCodeProvider.cs
- DataGridViewRowConverter.cs
- ConditionalWeakTable.cs
- ManifestResourceInfo.cs
- AdjustableArrowCap.cs
- PenCursorManager.cs
- FrameworkRichTextComposition.cs
- InputScopeAttribute.cs
- DirectoryNotFoundException.cs
- SpotLight.cs
- NavigationExpr.cs
- Point3DAnimationBase.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- ConfigXmlSignificantWhitespace.cs
- SQLRoleProvider.cs
- MatcherBuilder.cs
- InplaceBitmapMetadataWriter.cs
- ComponentResourceManager.cs
- MetadataUtilsSmi.cs
- ProcessExitedException.cs
- Trace.cs
- MessageHeader.cs
- UserControlCodeDomTreeGenerator.cs
- XmlSignatureProperties.cs
- BaseInfoTable.cs
- UnsafeNativeMethods.cs
- UserControl.cs
- UInt16Converter.cs
- ReadOnlyDictionary.cs
- HotCommands.cs
- MailWebEventProvider.cs
- ClientBuildManager.cs
- embossbitmapeffect.cs
- RegexBoyerMoore.cs
- ExtensionFile.cs
- TimeSpanConverter.cs
- RemotingAttributes.cs
- XmlWrappingReader.cs
- CompiledIdentityConstraint.cs
- Win32SafeHandles.cs
- FormViewUpdatedEventArgs.cs
- ISFClipboardData.cs
- ErrorWrapper.cs
- XmlUtf8RawTextWriter.cs
- FilterUserControlBase.cs
- RegisteredScript.cs
- SqlTypesSchemaImporter.cs
- ResourceManagerWrapper.cs
- XmlElementAttributes.cs
- PolyLineSegment.cs
- SerialStream.cs
- ObjectDataProvider.cs
- SpeechEvent.cs
- Renderer.cs
- SqlTriggerAttribute.cs
- PopupControlService.cs
- UseAttributeSetsAction.cs
- ExtendedProperty.cs
- WebPartHelpVerb.cs
- DataBindingList.cs
- MergeLocalizationDirectives.cs
- VectorConverter.cs
- MessageBox.cs
- DataServiceRequestOfT.cs
- ScrollItemProviderWrapper.cs
- ImageFormat.cs
- DataViewListener.cs
- DefaultMergeHelper.cs
- SrgsNameValueTag.cs
- XmlBaseWriter.cs
- TabRenderer.cs
- FontStyleConverter.cs
- _ConnectOverlappedAsyncResult.cs
- HMACSHA1.cs
- AnnotationDocumentPaginator.cs
- ProcessingInstructionAction.cs
- DiagnosticsConfiguration.cs
- XmlDocumentFragment.cs
- PropertyValueUIItem.cs
- ListDataBindEventArgs.cs
- Point3D.cs
- BamlRecordWriter.cs
- ListViewInsertionMark.cs
- TraceXPathNavigator.cs