ColumnNames Property
Definition
ColumnNames
Gets the column names that is present in this DataTransferRow.
public IEnumerable<string> ColumnNames { get; }
Property Value
- IEnumerable<string>
The column names of a table-row in a database.
Gets the column names that is present in this DataTransferRow.
public IEnumerable<string> ColumnNames { get; }
The column names of a table-row in a database.