VerifyingEventArgsDataReaderRowValues Property |
Gets the array of all fields' values of the current row of the data reader.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Object[] DataReaderRowValues { get; }
Public ReadOnly Property DataReaderRowValues As Object()
Get
Property Value
Type:
ObjectA reference to the result of
GetValues(Object) call made at the moment when the component extracted data
from the current data row, or a null reference (
Nothing in Visual Basic) in case if the input wasn't
IDataReader.
Remarks This property is useful in case of multi-threaded e-mail verification when the
IDataReader could have already advance to next records
to the moment when this event occurs. It guarantees that the data in this array will correspond to that e-mail address for which this event was raised.
See Also