Click or drag to resize

CSVInputAdapterSpecPropertyTypes Property

Gets or sets the propertyTypes value

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public IDictionary PropertyTypes { get; set; }

Return Value

Type: IDictionaryTKey, TValue
a mapping between the names and types of the properties in the CSV file; this will also be the form of the Map event created from the data
See Also