Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / SqlClient / RowsCopiedEventArgs.cs / 1 / RowsCopiedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { #if WINFSInternalOnly internal #else public #endif class SqlRowsCopiedEventArgs : System.EventArgs { private bool _abort; private long _rowsCopied; public SqlRowsCopiedEventArgs (long rowsCopied) { _rowsCopied = rowsCopied; } public bool Abort { get { return _abort; } set { _abort = value; } } public long RowsCopied { get { return _rowsCopied; } } } } // 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
- FlowDocumentPageViewerAutomationPeer.cs
- ResolveMatchesMessage11.cs
- SessionEndedEventArgs.cs
- RightNameExpirationInfoPair.cs
- SecurityTokenException.cs
- LocalizableAttribute.cs
- ObjectPersistData.cs
- AuthenticatingEventArgs.cs
- ScopeCollection.cs
- TableLayoutStyle.cs
- TextBoxRenderer.cs
- UriScheme.cs
- MimeMapping.cs
- ToolboxItemCollection.cs
- DataGridColumnHeadersPresenter.cs
- _LazyAsyncResult.cs
- CodeGenerator.cs
- RowUpdatingEventArgs.cs
- RectAnimationUsingKeyFrames.cs
- DbBuffer.cs
- InternalBase.cs
- UniqueIdentifierService.cs
- CharacterHit.cs
- RSAProtectedConfigurationProvider.cs
- DataRowExtensions.cs
- TriggerAction.cs
- Label.cs
- CaseInsensitiveOrdinalStringComparer.cs
- TiffBitmapEncoder.cs
- TraceContextEventArgs.cs
- TransformConverter.cs
- FixedMaxHeap.cs
- DataComponentNameHandler.cs
- DataSet.cs
- AutoResizedEvent.cs
- SiteMapDataSource.cs
- UpdateManifestForBrowserApplication.cs
- DataGridViewRowsAddedEventArgs.cs
- XNodeNavigator.cs
- RequestCacheValidator.cs
- ScriptControlDescriptor.cs
- BuilderPropertyEntry.cs
- _ListenerRequestStream.cs
- MembershipUser.cs
- DataColumnPropertyDescriptor.cs
- webeventbuffer.cs
- Int32Rect.cs
- AsynchronousChannelMergeEnumerator.cs
- TraceLog.cs
- DbDataRecord.cs
- Menu.cs
- SspiSafeHandles.cs
- DataSysAttribute.cs
- SafeSecurityHandles.cs
- SqlConnectionStringBuilder.cs
- documentsequencetextview.cs
- newinstructionaction.cs
- BaseDataBoundControl.cs
- StrongNameIdentityPermission.cs
- DocumentViewerAutomationPeer.cs
- Serializer.cs
- ContainerFilterService.cs
- FontFamilyValueSerializer.cs
- SystemColors.cs
- TextEditor.cs
- DelayDesigner.cs
- SafeProcessHandle.cs
- WebPartCancelEventArgs.cs
- DecimalConstantAttribute.cs
- PropagationProtocolsTracing.cs
- CommandID.cs
- NavigatorOutput.cs
- ExpandSegment.cs
- Deserializer.cs
- dsa.cs
- WizardPanel.cs
- PageRanges.cs
- TransactionFormatter.cs
- ResXResourceSet.cs
- CodeMemberField.cs
- TypeConverterBase.cs
- Odbc32.cs
- ContextMenuService.cs
- FactoryRecord.cs
- PlatformCulture.cs
- IteratorDescriptor.cs
- DocumentViewerBase.cs
- SymLanguageVendor.cs
- StringResourceManager.cs
- EncoderReplacementFallback.cs
- WebBrowserSiteBase.cs
- BooleanKeyFrameCollection.cs
- Vector3DValueSerializer.cs
- ExtendedPropertyDescriptor.cs
- CurrencyManager.cs
- SerializationBinder.cs
- DbConnectionStringCommon.cs
- SqlErrorCollection.cs
- ElementFactory.cs
- RealizationDrawingContextWalker.cs