DynamicPropertyCsvColumnNames Property
Gets the column names of the columns of the CSV file that the
DynamicProperty accesses.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public IEnumerable<string> CsvColumnNames { get; }
Public ReadOnly Property CsvColumnNames As IEnumerable(Of String)
Get
public:
virtual property IEnumerable<String^>^ CsvColumnNames {
IEnumerable<String^>^ get () sealed;
}
abstract CsvColumnNames : IEnumerable<string> with get
override CsvColumnNames : IEnumerable<string> with get
IEnumerableStringIDynamicPropertyCsvColumnNames
If the CSV file has no header row, gets the automatically created
column names.