CsvMappingRecord Property

Gets or sets the CsvRecord instance whose data is accessed with dynamic properties.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public CsvRecord? Record { get; set; }

Property Value

CsvRecord
If the value is null, the DynamicProperty instances will throw an InvalidOperationException when beeing accessed: Don't forget to assign a CsvRecord instance before accessing the dynamic properties!

See Also