Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / RecordsAffectedEventArgs.cs / 1 / RecordsAffectedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; #if WINFSInternalOnly internal #else public #endif sealed class StatementCompletedEventArgs : System.EventArgs { private readonly int _recordCount; public StatementCompletedEventArgs(int recordCount) { _recordCount = recordCount; } public int RecordCount { get { return _recordCount; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OutOfMemoryException.cs
- dbenumerator.cs
- TdsRecordBufferSetter.cs
- UriSection.cs
- MaskedTextBoxDesigner.cs
- CreateRefExpr.cs
- NumberFormatter.cs
- PropertyInfo.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- DictionaryBase.cs
- Utilities.cs
- XPathSelfQuery.cs
- XmlSchemaAttributeGroup.cs
- ServiceHostingEnvironment.cs
- WhitespaceRule.cs
- SuppressIldasmAttribute.cs
- FormsAuthenticationEventArgs.cs
- WebProxyScriptElement.cs
- ObjectCloneHelper.cs
- RegexMatchCollection.cs
- BitStack.cs
- TypedTableBaseExtensions.cs
- ExpressionBindingCollection.cs
- SplashScreenNativeMethods.cs
- DeclarationUpdate.cs
- DataControlField.cs
- EventDescriptor.cs
- FragmentNavigationEventArgs.cs
- DependencyObjectValidator.cs
- SoapRpcServiceAttribute.cs
- DeflateEmulationStream.cs
- HttpConfigurationContext.cs
- AssemblyHash.cs
- SettingsBase.cs
- securestring.cs
- DockAndAnchorLayout.cs
- ToolStripScrollButton.cs
- SymbolDocumentGenerator.cs
- AppSettingsExpressionBuilder.cs
- WindowsFont.cs
- OraclePermissionAttribute.cs
- WorkflowEnvironment.cs
- DbQueryCommandTree.cs
- DesignerValidationSummaryAdapter.cs
- X509CertificateCollection.cs
- FloatUtil.cs
- TextElement.cs
- cookiecollection.cs
- RecognizerStateChangedEventArgs.cs
- Icon.cs
- TabRenderer.cs
- XmlSchemaSimpleContent.cs
- XmlSchemaAttributeGroup.cs
- WindowAutomationPeer.cs
- SyndicationSerializer.cs
- Timeline.cs
- SslStream.cs
- TextBox.cs
- AspNetHostingPermission.cs
- InternalConfigEventArgs.cs
- VerificationAttribute.cs
- Win32.cs
- WebSysDefaultValueAttribute.cs
- QilTernary.cs
- OdbcTransaction.cs
- InvalidateEvent.cs
- SettingsContext.cs
- EllipticalNodeOperations.cs
- PackageRelationshipCollection.cs
- DataKey.cs
- ByteArrayHelperWithString.cs
- RequestCachePolicyConverter.cs
- ArgumentOutOfRangeException.cs
- DBConnection.cs
- DataTableNewRowEvent.cs
- GetIndexBinder.cs
- CounterCreationData.cs
- DataRowComparer.cs
- AutomationEventArgs.cs
- RuntimeHelpers.cs
- Point4D.cs
- BuildDependencySet.cs
- UTF32Encoding.cs
- TextRangeProviderWrapper.cs
- Int64Animation.cs
- DocumentApplication.cs
- DispatchChannelSink.cs
- SystemIcmpV4Statistics.cs
- DecimalSumAggregationOperator.cs
- Merger.cs
- DataRelationCollection.cs
- UrlMapping.cs
- SpellerStatusTable.cs
- DesignTimeSiteMapProvider.cs
- DataGridPagerStyle.cs
- SmiSettersStream.cs
- WorkflowRuntime.cs
- BitmapCache.cs
- SafeNativeMethods.cs
- DictionaryContent.cs