CsvMappingRecord Property
Gets or sets the
CsvRecord instance whose data is accessed with
dynamic properties.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public CsvRecord? Record { get; set; }
Public Property Record As CsvRecord
Get
Set
public:
property CsvRecord^ Record {
CsvRecord^ get ();
void set (CsvRecord^ value);
}
member Record : CsvRecord with get, set
Property Value
CsvRecordIf 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!