AddPropertyT(String, MultiColumnTypeConverterT) | Adds a new DynamicProperty instance that accesses several columns of a CSV file. |
AddPropertyT(String, TypeConverterT) | Adds a new DynamicProperty instance that accesses a single column of a CSV file with its column name. |
AddPropertyT(String, IEnumerableString, TypeConverterT) | Adds a new DynamicProperty instance that accesses a single column of a CSV file with a collection of column name aliases. |
AddPropertyT(String, Int32, TypeConverterT) | Adds a new DynamicProperty instance that accesses a single column of the CSV file with its index. |