VerifiedEventArgsDataReaderColumnNames Property
Gets the array of all fields' names of the current row of the data reader.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string[] DataReaderColumnNames { get; }

Property Value

Type: String
A reference to the string array where each item is the result of GetName(Int32) call for each column, 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 DataReaderColumnNames for explanations.
See Also