Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatedEvent.cs / 1 / SqlRowUpdatedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System.Diagnostics; using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class SqlRowUpdatedEventArgs : RowUpdatedEventArgs { public SqlRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public SqlCommand Command { get { return(SqlCommand) base.Command; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System.Diagnostics; using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class SqlRowUpdatedEventArgs : RowUpdatedEventArgs { public SqlRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public SqlCommand Command { get { return(SqlCommand) base.Command; } } } } // 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
- BitmapImage.cs
- ToolStripItemCollection.cs
- XmlSchemaComplexContent.cs
- NativeRightsManagementAPIsStructures.cs
- TextServicesHost.cs
- LayoutUtils.cs
- ActiveXHost.cs
- ToolStripContainerDesigner.cs
- SafeTimerHandle.cs
- TextBox.cs
- CompositeFontInfo.cs
- DesignerHelpers.cs
- ToolStripComboBox.cs
- TransformPattern.cs
- HostingEnvironmentSection.cs
- TextureBrush.cs
- SevenBitStream.cs
- InfoCardRequestException.cs
- _HelperAsyncResults.cs
- CubicEase.cs
- InstanceOwnerException.cs
- WebBrowserPermission.cs
- EditCommandColumn.cs
- BindingCompleteEventArgs.cs
- PublisherMembershipCondition.cs
- HttpServerVarsCollection.cs
- SchemaInfo.cs
- DoubleStorage.cs
- ImmutableAssemblyCacheEntry.cs
- SQLBinaryStorage.cs
- __TransparentProxy.cs
- Utils.cs
- XmlResolver.cs
- MethodBuilderInstantiation.cs
- ParsedAttributeCollection.cs
- DataGridItem.cs
- ValidationErrorCollection.cs
- CircleHotSpot.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SegmentTree.cs
- GrammarBuilderBase.cs
- CultureSpecificCharacterBufferRange.cs
- Point.cs
- ClickablePoint.cs
- IDataContractSurrogate.cs
- DataSet.cs
- DataSourceCache.cs
- FormatterServices.cs
- DataObjectFieldAttribute.cs
- OrderPreservingPipeliningSpoolingTask.cs
- CachedFontFace.cs
- ContextDataSourceContextData.cs
- XmlnsDictionary.cs
- GeometryDrawing.cs
- WebServiceResponse.cs
- KernelTypeValidation.cs
- HtmlString.cs
- CounterSampleCalculator.cs
- ExeConfigurationFileMap.cs
- PlatformCulture.cs
- DurableEnlistmentState.cs
- SqlErrorCollection.cs
- SignatureDescription.cs
- HtmlTableRowCollection.cs
- HMAC.cs
- XmlUtil.cs
- FixedTextSelectionProcessor.cs
- CatalogPartChrome.cs
- WebPartDescriptionCollection.cs
- StateBag.cs
- ListenerSessionConnection.cs
- OdbcConnectionStringbuilder.cs
- Crc32.cs
- StringResourceManager.cs
- UInt16.cs
- CapabilitiesRule.cs
- cryptoapiTransform.cs
- CodeMethodReturnStatement.cs
- LinqDataSourceDisposeEventArgs.cs
- SelectionProcessor.cs
- NGCSerializerAsync.cs
- ClassImporter.cs
- SamlSubject.cs
- NamedPipeTransportManager.cs
- AssemblyNameProxy.cs
- PrintingPermission.cs
- ValueTypeFixupInfo.cs
- NativeMethods.cs
- SessionPageStatePersister.cs
- BorderGapMaskConverter.cs
- DecimalAnimation.cs
- CompiledRegexRunner.cs
- Debug.cs
- RecognizedWordUnit.cs
- Underline.cs
- ControlEvent.cs
- MbpInfo.cs
- Expression.DebuggerProxy.cs
- StateMachine.cs
- ReadOnlyObservableCollection.cs