Code:
/ 4.0 / 4.0 / 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.
//------------------------------------------------------------------------------
//
// 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
- WinFormsComponentEditor.cs
- BuildResult.cs
- DataTableMappingCollection.cs
- Win32KeyboardDevice.cs
- DirectoryObjectSecurity.cs
- EqualityArray.cs
- X509Certificate2.cs
- CapacityStreamGeometryContext.cs
- Attributes.cs
- TabletCollection.cs
- Column.cs
- WindowsIdentity.cs
- DataGridViewColumnHeaderCell.cs
- ScriptingAuthenticationServiceSection.cs
- DelegatingTypeDescriptionProvider.cs
- OdbcConnectionString.cs
- TouchFrameEventArgs.cs
- InvokeHandlers.cs
- AssociationSet.cs
- ContentElementAutomationPeer.cs
- ASCIIEncoding.cs
- Point3DCollectionConverter.cs
- XmlUtil.cs
- FixedFindEngine.cs
- SkewTransform.cs
- TypeLibConverter.cs
- Location.cs
- SBCSCodePageEncoding.cs
- DataRecordObjectView.cs
- SemanticBasicElement.cs
- RangeBase.cs
- JsonUriDataContract.cs
- RubberbandSelector.cs
- RightsController.cs
- IndexExpression.cs
- PreviewPrintController.cs
- XmlNamespaceMappingCollection.cs
- EditorZoneBase.cs
- XmlSecureResolver.cs
- ButtonRenderer.cs
- InternalConfigEventArgs.cs
- ClientRolePrincipal.cs
- OutgoingWebResponseContext.cs
- SqlTriggerContext.cs
- TypeConverterHelper.cs
- FileDialogPermission.cs
- Helper.cs
- AudioFormatConverter.cs
- _FtpControlStream.cs
- MultiBinding.cs
- XPathDescendantIterator.cs
- MultiBindingExpression.cs
- basemetadatamappingvisitor.cs
- DebugController.cs
- FactoryGenerator.cs
- Enumerable.cs
- Repeater.cs
- OleDbMetaDataFactory.cs
- ConfigurationStrings.cs
- SyndicationElementExtensionCollection.cs
- BrowserTree.cs
- SQLResource.cs
- ErrorHandlingAcceptor.cs
- EventLogEntryCollection.cs
- TreeNode.cs
- UriSectionReader.cs
- DLinqAssociationProvider.cs
- PartialList.cs
- PublisherIdentityPermission.cs
- AssemblyResolver.cs
- CacheMemory.cs
- UrlRoutingHandler.cs
- DefaultProxySection.cs
- TextTrailingWordEllipsis.cs
- URL.cs
- SafeCryptContextHandle.cs
- RenderCapability.cs
- SpAudioStreamWrapper.cs
- SkewTransform.cs
- TableLayoutPanelCellPosition.cs
- HelpKeywordAttribute.cs
- SubclassTypeValidatorAttribute.cs
- SoapElementAttribute.cs
- WindowsRegion.cs
- StoreItemCollection.Loader.cs
- PropertyToken.cs
- DefaultSerializationProviderAttribute.cs
- WebServiceClientProxyGenerator.cs
- ObjectCloneHelper.cs
- ApplicationFileParser.cs
- AspProxy.cs
- ReferencedCollectionType.cs
- ComAdminWrapper.cs
- XmlSchemaType.cs
- DataGridViewComboBoxEditingControl.cs
- Condition.cs
- MimeXmlReflector.cs
- ArrayItemReference.cs
- RouteCollection.cs
- ExpressionPrinter.cs