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
- WindowInteropHelper.cs
- EntityDataSourceConfigureObjectContext.cs
- SubMenuStyle.cs
- DockProviderWrapper.cs
- AsyncCallback.cs
- TextChange.cs
- StringConverter.cs
- UnsafeNativeMethods.cs
- ObjectIDGenerator.cs
- ParentQuery.cs
- Exception.cs
- SmtpFailedRecipientsException.cs
- TextDpi.cs
- CompoundFileReference.cs
- PropertyPanel.cs
- BevelBitmapEffect.cs
- ResourcePermissionBase.cs
- HMAC.cs
- ProgressBarAutomationPeer.cs
- XmlHierarchyData.cs
- SQLDateTimeStorage.cs
- ColorIndependentAnimationStorage.cs
- HtmlLink.cs
- RankException.cs
- XmlMemberMapping.cs
- RegistrationProxy.cs
- SoapObjectWriter.cs
- InkCanvasInnerCanvas.cs
- IPHostEntry.cs
- XmlAnyAttributeAttribute.cs
- BufferedStream.cs
- DataServiceKeyAttribute.cs
- SqlPersonalizationProvider.cs
- SamlSubjectStatement.cs
- ButtonColumn.cs
- ActivityFunc.cs
- Content.cs
- RuntimeWrappedException.cs
- KernelTypeValidation.cs
- ParameterModifier.cs
- QuaternionRotation3D.cs
- BufferAllocator.cs
- Stream.cs
- XamlVector3DCollectionSerializer.cs
- SQLBytesStorage.cs
- ComponentConverter.cs
- SupportsEventValidationAttribute.cs
- PolicyUnit.cs
- ProtocolsSection.cs
- RoleBoolean.cs
- CollectionViewGroupRoot.cs
- Composition.cs
- SqlStream.cs
- MergablePropertyAttribute.cs
- DataContractFormatAttribute.cs
- PagedDataSource.cs
- GridSplitterAutomationPeer.cs
- DataRelationPropertyDescriptor.cs
- BitmapEffectState.cs
- StringUtil.cs
- XmlCharacterData.cs
- XPathItem.cs
- ColumnHeaderConverter.cs
- ReturnEventArgs.cs
- NaturalLanguageHyphenator.cs
- XhtmlBasicControlAdapter.cs
- MatrixCamera.cs
- IdentitySection.cs
- DataGridViewTopRowAccessibleObject.cs
- HostedTransportConfigurationManager.cs
- SnapLine.cs
- Rule.cs
- securitycriticaldata.cs
- FixedPosition.cs
- PropertyCondition.cs
- XmlDataSource.cs
- WorkflowTimerService.cs
- StringComparer.cs
- QilTypeChecker.cs
- ListBoxItemAutomationPeer.cs
- DesignerImageAdapter.cs
- ColumnClickEvent.cs
- DataException.cs
- DesignerRegionMouseEventArgs.cs
- SystemDiagnosticsSection.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- AppearanceEditorPart.cs
- Policy.cs
- TcpTransportElement.cs
- FontDriver.cs
- NameValueFileSectionHandler.cs
- ErrorProvider.cs
- BlurEffect.cs
- PartialList.cs
- ViewStateModeByIdAttribute.cs
- ResourceReferenceExpression.cs
- DropShadowBitmapEffect.cs
- AssemblyNameUtility.cs
- FunctionCommandText.cs
- BinaryMethodMessage.cs