Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //[....] //[....] //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SchemaTypeEmitter.cs
- WebBrowser.cs
- WorkflowMessageEventArgs.cs
- SubqueryTrackingVisitor.cs
- ReflectionPermission.cs
- Thickness.cs
- Executor.cs
- ControlPager.cs
- EnumerableRowCollectionExtensions.cs
- TextServicesHost.cs
- HttpCapabilitiesBase.cs
- BindingWorker.cs
- SqlDataSourceFilteringEventArgs.cs
- ObjectListSelectEventArgs.cs
- TypeDelegator.cs
- GeneralTransform2DTo3DTo2D.cs
- ThicknessAnimationBase.cs
- XmlAttributes.cs
- SelectionPattern.cs
- HttpModulesSection.cs
- Action.cs
- connectionpool.cs
- DurableRuntimeValidator.cs
- NameValueSectionHandler.cs
- BorderGapMaskConverter.cs
- ModelVisual3D.cs
- WorkflowPersistenceService.cs
- SqlClientWrapperSmiStreamChars.cs
- MeasurementDCInfo.cs
- Message.cs
- Transform.cs
- XmlSchemaInclude.cs
- SqlInternalConnectionTds.cs
- SoapWriter.cs
- ImportCatalogPart.cs
- FontNameEditor.cs
- StringSorter.cs
- DataGridTableCollection.cs
- Identity.cs
- MouseEvent.cs
- SignerInfo.cs
- ToolStripItemImageRenderEventArgs.cs
- EventTrigger.cs
- ImageSource.cs
- DecoderReplacementFallback.cs
- ComboBox.cs
- CodeIndexerExpression.cs
- Rect3DValueSerializer.cs
- TextFormattingConverter.cs
- ScrollableControl.cs
- XmlReaderSettings.cs
- DropShadowBitmapEffect.cs
- PageCatalogPart.cs
- BamlBinaryReader.cs
- Stackframe.cs
- DesignerVerbCollection.cs
- XhtmlBasicTextViewAdapter.cs
- RelationshipManager.cs
- Point3DValueSerializer.cs
- CancelEventArgs.cs
- BidOverLoads.cs
- SelectorAutomationPeer.cs
- ACL.cs
- FixedPosition.cs
- InvokeProviderWrapper.cs
- FixedSOMGroup.cs
- FacetValues.cs
- WebResponse.cs
- BaseTreeIterator.cs
- XmlAnyElementAttribute.cs
- WinEventHandler.cs
- TextServicesDisplayAttribute.cs
- MailMessageEventArgs.cs
- ImageCodecInfoPrivate.cs
- ContentPlaceHolder.cs
- PersistenceTypeAttribute.cs
- CalendarAutomationPeer.cs
- XmlTextReaderImpl.cs
- StrokeIntersection.cs
- WorkItem.cs
- XmlDataSourceNodeDescriptor.cs
- WebPartEditorOkVerb.cs
- GridViewAutomationPeer.cs
- AffineTransform3D.cs
- ExtractCollection.cs
- TreeViewEvent.cs
- OperandQuery.cs
- PropertyDescriptorComparer.cs
- BamlResourceContent.cs
- XPathDocumentIterator.cs
- StatusBar.cs
- ConnectionsZone.cs
- ObjectSecurity.cs
- PointHitTestResult.cs
- WinFormsSecurity.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SQLDecimal.cs
- TextRangeEditLists.cs
- XmlBaseReader.cs
- ScriptModule.cs