Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //[....] //[....] //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Unit.cs
- VisualStyleElement.cs
- DefaultWorkflowSchedulerService.cs
- KeyEvent.cs
- ApplicationBuildProvider.cs
- ScriptResourceInfo.cs
- Wildcard.cs
- StreamingContext.cs
- GrammarBuilder.cs
- HtmlInputText.cs
- CompiledQueryCacheEntry.cs
- DetailsViewPageEventArgs.cs
- VariableValue.cs
- ValidationSummary.cs
- TextEffect.cs
- shaper.cs
- StreamMarshaler.cs
- ZipIOCentralDirectoryBlock.cs
- SimpleApplicationHost.cs
- WindowsFormsSectionHandler.cs
- SimpleBitVector32.cs
- XmlHelper.cs
- CodeTypeConstructor.cs
- OneOfScalarConst.cs
- CultureInfoConverter.cs
- CanonicalXml.cs
- Msmq.cs
- TcpConnectionPoolSettingsElement.cs
- IIS7WorkerRequest.cs
- Certificate.cs
- XslTransform.cs
- SafeFreeMibTable.cs
- ExtenderHelpers.cs
- TimeZoneNotFoundException.cs
- SecureEnvironment.cs
- FormViewPageEventArgs.cs
- HorizontalAlignConverter.cs
- NativeMethods.cs
- EditorAttribute.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- MeasurementDCInfo.cs
- SymDocumentType.cs
- SplitterEvent.cs
- XmlSchemaSet.cs
- XmlSchemaImporter.cs
- DocumentOrderQuery.cs
- UserPersonalizationStateInfo.cs
- XmlHelper.cs
- Conditional.cs
- BitmapEncoder.cs
- QuaternionRotation3D.cs
- ConditionalDesigner.cs
- categoryentry.cs
- FixedSOMPageConstructor.cs
- SmiEventSink.cs
- ScaleTransform.cs
- COSERVERINFO.cs
- StatusBarPanelClickEvent.cs
- XmlSchemaSimpleTypeUnion.cs
- NativeRecognizer.cs
- InvalidCommandTreeException.cs
- ValidateNames.cs
- MsmqTransportElement.cs
- TypeCodeDomSerializer.cs
- PropertyGeneratedEventArgs.cs
- HandleCollector.cs
- ComponentChangedEvent.cs
- OracleNumber.cs
- NativeMethods.cs
- Wildcard.cs
- Cursor.cs
- DbFunctionCommandTree.cs
- RtType.cs
- FileDialogCustomPlacesCollection.cs
- CapabilitiesSection.cs
- ColorTranslator.cs
- AdornerLayer.cs
- DbParameterHelper.cs
- SqlXmlStorage.cs
- GPStream.cs
- CodeDelegateInvokeExpression.cs
- MaskedTextBox.cs
- SystemIcmpV6Statistics.cs
- AccessKeyManager.cs
- DataGridViewIntLinkedList.cs
- DiscriminatorMap.cs
- RuleCache.cs
- RadioButtonRenderer.cs
- XslNumber.cs
- EventHandlers.cs
- LinqExpressionNormalizer.cs
- User.cs
- ListViewTableRow.cs
- XmlSchemaExporter.cs
- MarkupWriter.cs
- EventToken.cs
- AutoScrollHelper.cs
- PhysicalFontFamily.cs
- DataGridViewCellStyleChangedEventArgs.cs
- IsolatedStorageException.cs