Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- MasterPageCodeDomTreeGenerator.cs
- ASCIIEncoding.cs
- MatrixKeyFrameCollection.cs
- RequestCacheValidator.cs
- OracleException.cs
- HtmlTableCell.cs
- httpstaticobjectscollection.cs
- SkipQueryOptionExpression.cs
- TextTreePropertyUndoUnit.cs
- recordstate.cs
- TypeLoadException.cs
- SqlOuterApplyReducer.cs
- xmlsaver.cs
- AssemblyName.cs
- WindowsRebar.cs
- GridViewAutomationPeer.cs
- IPipelineRuntime.cs
- Point3DKeyFrameCollection.cs
- Type.cs
- SqlClientMetaDataCollectionNames.cs
- FocusTracker.cs
- DataGridColumnReorderingEventArgs.cs
- OdbcConnectionOpen.cs
- Application.cs
- ListSortDescriptionCollection.cs
- BindingNavigator.cs
- OrderedDictionaryStateHelper.cs
- Package.cs
- XPathNodeInfoAtom.cs
- WS2007FederationHttpBindingCollectionElement.cs
- SharedDp.cs
- GeneralTransformGroup.cs
- ToolboxItemAttribute.cs
- InvokeHandlers.cs
- WebPartsPersonalizationAuthorization.cs
- LabelLiteral.cs
- SqlConnectionHelper.cs
- OleDbSchemaGuid.cs
- Misc.cs
- HijriCalendar.cs
- Attributes.cs
- ApplicationSettingsBase.cs
- DateTimeOffsetConverter.cs
- Stack.cs
- PageAsyncTask.cs
- NamedPipeConnectionPoolSettingsElement.cs
- DependencyPropertyKind.cs
- CultureInfoConverter.cs
- COMException.cs
- QilFactory.cs
- PersistChildrenAttribute.cs
- ImageButton.cs
- Util.cs
- DeferredElementTreeState.cs
- XmlDocumentViewSchema.cs
- RootBrowserWindowAutomationPeer.cs
- GlyphTypeface.cs
- AssemblyCollection.cs
- PropertyInformationCollection.cs
- Serializer.cs
- UnaryNode.cs
- TypeDependencyAttribute.cs
- ReferenceEqualityComparer.cs
- SingleKeyFrameCollection.cs
- SqlDependency.cs
- DeviceContexts.cs
- Qualifier.cs
- Int64KeyFrameCollection.cs
- XPathAncestorQuery.cs
- ActivityDesignerResources.cs
- ScalarType.cs
- ProviderBase.cs
- BulletDecorator.cs
- LinqDataView.cs
- PatternMatcher.cs
- PartitionerQueryOperator.cs
- BaseInfoTable.cs
- BitmapEffectOutputConnector.cs
- XmlSchemaSimpleTypeList.cs
- WindowsFormsLinkLabel.cs
- InvariantComparer.cs
- ObjectListField.cs
- CredentialManagerDialog.cs
- ConnectionInterfaceCollection.cs
- StorageMappingItemCollection.cs
- OrCondition.cs
- SharedPersonalizationStateInfo.cs
- ActivityCodeGenerator.cs
- HttpFileCollectionWrapper.cs
- WebPartCatalogAddVerb.cs
- FormViewCommandEventArgs.cs
- Pool.cs
- SQLMembershipProvider.cs
- SystemEvents.cs
- EventOpcode.cs
- Environment.cs
- X509SecurityTokenAuthenticator.cs
- DataObject.cs
- Transform.cs
- KerberosRequestorSecurityTokenAuthenticator.cs