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
- Queue.cs
- Rules.cs
- PrinterUnitConvert.cs
- PageThemeCodeDomTreeGenerator.cs
- DesignTimeParseData.cs
- StringAttributeCollection.cs
- TextElement.cs
- StringKeyFrameCollection.cs
- ZipIOExtraFieldPaddingElement.cs
- SystemColorTracker.cs
- ResourceManagerWrapper.cs
- ReversePositionQuery.cs
- WindowsSlider.cs
- remotingproxy.cs
- CompilerWrapper.cs
- BatchParser.cs
- BooleanFunctions.cs
- DefaultSerializationProviderAttribute.cs
- WebProxyScriptElement.cs
- ByteBufferPool.cs
- ButtonColumn.cs
- StopStoryboard.cs
- ArgIterator.cs
- AbstractDataSvcMapFileLoader.cs
- DataGridViewCellConverter.cs
- InputLanguageProfileNotifySink.cs
- UpdateException.cs
- HtmlInputButton.cs
- ProfileSection.cs
- SourceChangedEventArgs.cs
- IpcChannel.cs
- MissingSatelliteAssemblyException.cs
- EventSinkHelperWriter.cs
- TextChangedEventArgs.cs
- RelatedImageListAttribute.cs
- BamlLocalizableResource.cs
- ETagAttribute.cs
- PeerNameRecord.cs
- SerializableAttribute.cs
- SortQuery.cs
- DynamicActivity.cs
- XmlILStorageConverter.cs
- NetNamedPipeSecurityElement.cs
- DirectoryNotFoundException.cs
- CryptoApi.cs
- UserControlCodeDomTreeGenerator.cs
- HostingEnvironmentException.cs
- DataControlFieldCollection.cs
- TextBoxBase.cs
- DescendantQuery.cs
- SqlInternalConnectionSmi.cs
- AuthenticationException.cs
- StylusOverProperty.cs
- DesignerPainter.cs
- Preprocessor.cs
- Decimal.cs
- ListControl.cs
- RelOps.cs
- QueryLifecycle.cs
- securestring.cs
- Parser.cs
- ProvidersHelper.cs
- DataContract.cs
- WebPartChrome.cs
- TraceContextRecord.cs
- XmlCharCheckingReader.cs
- WebZone.cs
- HelpEvent.cs
- SQLBytesStorage.cs
- TranslateTransform3D.cs
- TextInfo.cs
- ConvertEvent.cs
- ReadContentAsBinaryHelper.cs
- SHA384.cs
- ResXBuildProvider.cs
- NamedPermissionSet.cs
- HitTestResult.cs
- EditorZoneDesigner.cs
- DataListItem.cs
- HttpListenerException.cs
- KnownTypesProvider.cs
- PlatformCulture.cs
- DbParameterCollectionHelper.cs
- SecurityTokenValidationException.cs
- OLEDB_Util.cs
- StringAnimationUsingKeyFrames.cs
- DBCommandBuilder.cs
- VisualCollection.cs
- SymbolPair.cs
- SingleResultAttribute.cs
- CustomErrorsSection.cs
- FunctionUpdateCommand.cs
- VirtualPathUtility.cs
- DockPanel.cs
- NativeBuffer.cs
- RemotingSurrogateSelector.cs
- Attributes.cs
- CapabilitiesState.cs
- XmlNamespaceDeclarationsAttribute.cs
- ComplexType.cs