DwRetrieveEventArgs Class
.NET Standard 2.x
Represents an object which contains arguments used in the IDataStore.RetrieveStart event and IDataStore.RetrieveEnd event.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public class DwRetrieveEventArgs : EventArgs;
Constructors
| Name | Description |
|---|---|
| DwUpdateEventArgs(int rowCount) | Initializes a new instance of the DwRetrieveEventArgs class and specifies a number for the RowCount property. |
Properties
| Name | Return Type | Description |
|---|---|---|
| IsCancel | bool | Gets or sets whether to cancel the retrieval. |
| IsResetBuffer | bool | Gets or sets whether to reset the primary buffer before the retrieval. |
| RowCount | int | Gets the number of rows retrieved. |