DataReaderBaseReadRecordEventArgs Class |
Namespace: DataStreams.Common
The DataReaderBaseReadRecordEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
SkipRecord |
Whether this record should be skipped or not. Default
is false.
| |
Values |
An array of column values for this record.
|