VerifiedEventArgsDataReaderRowValues Property |
Gets the array of all fields' values of the current row of the data reader.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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
See Also