Code:
/ FX-1434 / FX-1434 / 1.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
- SizeAnimationClockResource.cs
- FreezableCollection.cs
- EntityDataSourceView.cs
- ValidationEventArgs.cs
- QuaternionConverter.cs
- UriSchemeKeyedCollection.cs
- TextDpi.cs
- Literal.cs
- WS2007HttpBindingElement.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- PageOutputColor.cs
- Constraint.cs
- SqlDataSourceConfigureSortForm.cs
- Message.cs
- CompiledELinqQueryState.cs
- QueryExpr.cs
- ObjectHandle.cs
- mil_commands.cs
- InvalidEnumArgumentException.cs
- UdpAnnouncementEndpoint.cs
- ElementMarkupObject.cs
- XmlTypeAttribute.cs
- MaskDescriptors.cs
- DayRenderEvent.cs
- Int32Collection.cs
- WorkflowOperationBehavior.cs
- DodSequenceMerge.cs
- HtmlInputRadioButton.cs
- GAC.cs
- CryptoConfig.cs
- SectionRecord.cs
- pingexception.cs
- JumpTask.cs
- WCFBuildProvider.cs
- ForceCopyBuildProvider.cs
- MarkedHighlightComponent.cs
- ControlPropertyNameConverter.cs
- AudioLevelUpdatedEventArgs.cs
- WindowsFormsEditorServiceHelper.cs
- ReadOnlyKeyedCollection.cs
- MimeTextImporter.cs
- SchemaImporterExtension.cs
- ValueExpressions.cs
- Claim.cs
- FormParameter.cs
- MappedMetaModel.cs
- ColorConverter.cs
- COM2TypeInfoProcessor.cs
- OciLobLocator.cs
- XmlDocument.cs
- RSAPKCS1SignatureDeformatter.cs
- Keyboard.cs
- ConstantCheck.cs
- SqlError.cs
- httpapplicationstate.cs
- DocumentViewerAutomationPeer.cs
- isolationinterop.cs
- SafeEventLogReadHandle.cs
- LinearQuaternionKeyFrame.cs
- SqlMetaData.cs
- RegexBoyerMoore.cs
- AuthenticationServiceManager.cs
- IdentitySection.cs
- OrderedParallelQuery.cs
- IIS7WorkerRequest.cs
- CombinedGeometry.cs
- mda.cs
- MetadataArtifactLoaderCompositeFile.cs
- sqlstateclientmanager.cs
- EdmPropertyAttribute.cs
- DataContractAttribute.cs
- Mutex.cs
- DocumentReference.cs
- PerspectiveCamera.cs
- complextypematerializer.cs
- ArgumentOutOfRangeException.cs
- MeshGeometry3D.cs
- XmlUrlEditor.cs
- URI.cs
- PlatformCulture.cs
- SchemaImporterExtensionsSection.cs
- DataGridViewHeaderCell.cs
- RegistrationServices.cs
- Parallel.cs
- FileUtil.cs
- validation.cs
- NestedContainer.cs
- FieldToken.cs
- CqlErrorHelper.cs
- SchemaImporterExtension.cs
- FormViewUpdateEventArgs.cs
- CancellationTokenRegistration.cs
- DataGridViewRowStateChangedEventArgs.cs
- ReferencedAssembly.cs
- ControlBuilder.cs
- OwnerDrawPropertyBag.cs
- GridViewUpdateEventArgs.cs
- TextBox.cs
- Point3DAnimation.cs
- ImageMapEventArgs.cs