Constructors
-
Data
Column Initializes a new instance of the DataColumnMapping class.Mapping() -
Data
Column Initializes a new instance of the DataColumnMapping class with the specified source column name and DataSet column name to map to.Mapping(String, String)
Methods
-
Get
Data Gets a DataColumn from the given DataTable using the MissingSchemaAction and the DataSetColumn property.Column By Schema Action(Data Table, Type, Missing Schema Action) -
Get
Data static A static version of GetDataColumnBySchemaAction(System.Data.DataTable, System.Type, System.Data.MissingSchemaAction) that can be called without instantiating a DataColumnMapping object.Column By Schema Action(String, String, Data Table, Type, Missing Schema Action) -
To
String() virtual Converts the current SourceColumn name to a string.
Properties
-
Data
Set sealed Gets or sets the name of the column within the DataSet to map to.Column -
Source
Column sealed Gets or sets the name of the column within the data source to map from. The name is case-sensitive.