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
- TypeBuilderInstantiation.cs
- DataTrigger.cs
- ProgressiveCrcCalculatingStream.cs
- Filter.cs
- SQLInt32.cs
- ExtensionDataReader.cs
- XmlNotation.cs
- TextEditorDragDrop.cs
- DebuggerAttributes.cs
- CheckBoxAutomationPeer.cs
- RSAPKCS1KeyExchangeFormatter.cs
- TypeUsageBuilder.cs
- XpsFilter.cs
- CompModSwitches.cs
- ForEachAction.cs
- HtmlInputFile.cs
- RequestBringIntoViewEventArgs.cs
- SqlStatistics.cs
- SafeHGlobalHandleCritical.cs
- XmlRootAttribute.cs
- TabControl.cs
- BinHexDecoder.cs
- PageBreakRecord.cs
- ToolStripArrowRenderEventArgs.cs
- ClientConfigPaths.cs
- HttpApplicationFactory.cs
- CollectionViewGroupInternal.cs
- GlobalId.cs
- TemplateAction.cs
- TcpServerChannel.cs
- FormViewCommandEventArgs.cs
- HyperLinkField.cs
- WindowsGraphics2.cs
- StaticContext.cs
- DbgUtil.cs
- LostFocusEventManager.cs
- EncoderNLS.cs
- BitmapEncoder.cs
- DependencyObjectProvider.cs
- SecurityDocument.cs
- StylusPointCollection.cs
- PerformanceCounterCategory.cs
- WorkflowIdleElement.cs
- SchemaRegistration.cs
- ObjectMemberMapping.cs
- HttpValueCollection.cs
- DesignerWebPartChrome.cs
- DebuggerService.cs
- BindingNavigatorDesigner.cs
- FrugalList.cs
- SimpleWorkerRequest.cs
- SimpleBitVector32.cs
- PlatformCulture.cs
- ThemeDictionaryExtension.cs
- KeyGestureValueSerializer.cs
- IERequestCache.cs
- DataGridViewCellStyleConverter.cs
- _HTTPDateParse.cs
- DashStyles.cs
- ObjectParameterCollection.cs
- ToolStripRendererSwitcher.cs
- SerializationFieldInfo.cs
- SymLanguageType.cs
- IPipelineRuntime.cs
- XmlSchemaDocumentation.cs
- SqlDataSourceCustomCommandEditor.cs
- SevenBitStream.cs
- SelectionItemProviderWrapper.cs
- InlineUIContainer.cs
- ResourceExpressionEditorSheet.cs
- WindowsPen.cs
- MethodImplAttribute.cs
- TypeValidationEventArgs.cs
- GeometryHitTestResult.cs
- TextBox.cs
- DbDataAdapter.cs
- MLangCodePageEncoding.cs
- SymLanguageVendor.cs
- OdbcStatementHandle.cs
- XamlTypeMapper.cs
- ApplyHostConfigurationBehavior.cs
- ColorBlend.cs
- OracleLob.cs
- WebPartMenu.cs
- DataListItemCollection.cs
- PhoneCallDesigner.cs
- TimeEnumHelper.cs
- RegexMatch.cs
- Content.cs
- WsdlInspector.cs
- WebServiceTypeData.cs
- Mutex.cs
- TrailingSpaceComparer.cs
- WindowsSysHeader.cs
- GetMemberBinder.cs
- MonthChangedEventArgs.cs
- Matrix3D.cs
- InfoCardProofToken.cs
- GcHandle.cs
- RichTextBoxConstants.cs