SourceColumn
This property specifies the column name of the data source that is being mapped.
Declaration
// C# public string SourceColumn {get; set;}
Property Value
A string value that represents the source column name of the mapping.
Remarks
The SourceColumn
and SourceOrdinal
properties are mutually exclusive. The last value set takes precedence.