Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / SqlClient / RowsCopiedEventArgs.cs / 1305376 / RowsCopiedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { public 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Ray3DHitTestResult.cs
- CheckoutException.cs
- KeyManager.cs
- WebControlsSection.cs
- TypeListConverter.cs
- DrawingDrawingContext.cs
- followingquery.cs
- _NegoState.cs
- EditableRegion.cs
- TextEditorLists.cs
- ConfigUtil.cs
- ExpandableObjectConverter.cs
- WindowsFormsSectionHandler.cs
- JsonByteArrayDataContract.cs
- MSG.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ServiceOperationParameter.cs
- QueryResult.cs
- IdentifierService.cs
- IndicFontClient.cs
- Membership.cs
- ArraySegment.cs
- SwitchAttribute.cs
- GridViewItemAutomationPeer.cs
- HttpResponseWrapper.cs
- ProfileService.cs
- TypedElement.cs
- Attributes.cs
- EndOfStreamException.cs
- SessionState.cs
- WindowsListViewGroupHelper.cs
- SqlCachedBuffer.cs
- XmlDomTextWriter.cs
- RepeatButtonAutomationPeer.cs
- ParentUndoUnit.cs
- SQLCharsStorage.cs
- CodeDomDesignerLoader.cs
- AxisAngleRotation3D.cs
- DebugController.cs
- ComponentEditorPage.cs
- TextTreeInsertElementUndoUnit.cs
- TemplateParser.cs
- ColorContext.cs
- MultiSelectRootGridEntry.cs
- PartialTrustVisibleAssembliesSection.cs
- RawStylusActions.cs
- PlainXmlWriter.cs
- ImpersonateTokenRef.cs
- Console.cs
- RenderDataDrawingContext.cs
- FileFormatException.cs
- MetaForeignKeyColumn.cs
- URI.cs
- BamlBinaryReader.cs
- XmlSchemaSequence.cs
- ListItem.cs
- QueryCacheKey.cs
- OracleTimeSpan.cs
- ChangePasswordDesigner.cs
- StringToken.cs
- ComplexBindingPropertiesAttribute.cs
- IncrementalCompileAnalyzer.cs
- RawStylusInputReport.cs
- NetworkInterface.cs
- Int32Collection.cs
- IssuedTokensHeader.cs
- DynamicFilterExpression.cs
- WebPartConnectVerb.cs
- ToolBar.cs
- AssemblyNameProxy.cs
- CodeTypeReferenceCollection.cs
- CFStream.cs
- GenericEnumConverter.cs
- SqlCacheDependencySection.cs
- SQLByteStorage.cs
- StaticExtension.cs
- basecomparevalidator.cs
- DataGridViewSelectedRowCollection.cs
- ZipFileInfo.cs
- BufferedReadStream.cs
- MobileControlsSectionHelper.cs
- AuthenticationService.cs
- LockCookie.cs
- PeerReferralPolicy.cs
- COAUTHIDENTITY.cs
- safex509handles.cs
- TemplatingOptionsDialog.cs
- AccessedThroughPropertyAttribute.cs
- Point3DAnimationUsingKeyFrames.cs
- EventBuilder.cs
- TemplateControlBuildProvider.cs
- DataControlImageButton.cs
- PEFileEvidenceFactory.cs
- PeerObject.cs
- DataGridViewColumnEventArgs.cs
- BitArray.cs
- PerformanceCounterPermission.cs
- TextBoxDesigner.cs
- HandlerFactoryCache.cs
- SerialErrors.cs