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
- DBSqlParserColumn.cs
- BindingNavigator.cs
- WebErrorHandler.cs
- DesignerDataColumn.cs
- ArgumentNullException.cs
- QuotedPrintableStream.cs
- UnknownBitmapDecoder.cs
- DataGridItem.cs
- WebBrowserContainer.cs
- CommonProperties.cs
- RequestSecurityTokenForGetBrowserToken.cs
- VolatileEnlistmentState.cs
- ServiceDescription.cs
- DataMisalignedException.cs
- HyperLink.cs
- OrderByQueryOptionExpression.cs
- IndicFontClient.cs
- SiteMapNodeItemEventArgs.cs
- XsdBuildProvider.cs
- GroupQuery.cs
- FileSystemEventArgs.cs
- WebBaseEventKeyComparer.cs
- Int64AnimationBase.cs
- UpdateExpressionVisitor.cs
- ResourceReferenceExpression.cs
- XmlIgnoreAttribute.cs
- ControlBindingsCollection.cs
- MemberPathMap.cs
- TypefaceCollection.cs
- UidManager.cs
- OAVariantLib.cs
- PreservationFileReader.cs
- WorkflowDesigner.cs
- PointAnimationClockResource.cs
- DataGridViewRowConverter.cs
- InputMethodStateChangeEventArgs.cs
- EmbossBitmapEffect.cs
- XmlUrlResolver.cs
- COAUTHIDENTITY.cs
- SHA256Cng.cs
- SecurityTokenParametersEnumerable.cs
- SQLInt16.cs
- SecurityUtils.cs
- WindowsGraphicsCacheManager.cs
- HttpVersion.cs
- QuaternionAnimation.cs
- VisualBrush.cs
- PersistenceTypeAttribute.cs
- CombinedGeometry.cs
- __Filters.cs
- ToolStripLocationCancelEventArgs.cs
- TrustManager.cs
- TranslateTransform3D.cs
- DesignerLabelAdapter.cs
- odbcmetadatafactory.cs
- BooleanSwitch.cs
- SchemaRegistration.cs
- DataGridViewCellStyle.cs
- XpsFilter.cs
- MetadataUtilsSmi.cs
- InstanceData.cs
- sitestring.cs
- InternalSafeNativeMethods.cs
- ModuleBuilderData.cs
- UIElement.cs
- URLMembershipCondition.cs
- SQLBinaryStorage.cs
- MeasureItemEvent.cs
- LoadedEvent.cs
- StylusShape.cs
- KeyConverter.cs
- RepeatBehavior.cs
- baseshape.cs
- RelatedView.cs
- DesignerLinkAdapter.cs
- RefType.cs
- SafePointer.cs
- BitConverter.cs
- PropertyItem.cs
- TdsParserSessionPool.cs
- TextTreeTextBlock.cs
- WMIGenerator.cs
- CurrencyWrapper.cs
- ThreadStartException.cs
- DragDeltaEventArgs.cs
- TextEditorCopyPaste.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- RepeatInfo.cs
- cookie.cs
- DrawingContextDrawingContextWalker.cs
- TypeResolvingOptionsAttribute.cs
- MouseDevice.cs
- BaseTemplateBuildProvider.cs
- UnionExpr.cs
- BlockCollection.cs
- GuidelineCollection.cs
- AdornedElementPlaceholder.cs
- StringFunctions.cs
- MetadataException.cs
- BufferedReadStream.cs