C# Class System.Data.Common.DataTableMapping

Inheritance: System.MarshalByRefObject, ITableMapping, ICloneable
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
GetColumnMappingBySchemaAction DataColumnMapping
GetDataColumn System.Data.DataColumn
GetDataTableBySchemaAction System.Data.DataTable
ICloneable object

Public Methods

Method Description
DataTableMapping ( ) : System.ComponentModel
DataTableMapping ( string sourceTable, string dataSetTable ) : System.ComponentModel
DataTableMapping ( string sourceTable, string dataSetTable, DataColumnMapping columnMappings ) : System.ComponentModel
ToString ( ) : string

Private Methods

Method Description
GetColumnMappingBySchemaAction ( string sourceColumn, MissingMappingAction mappingAction ) : DataColumnMapping
GetDataColumn ( string sourceColumn, Type dataType, DataTable dataTable, MissingMappingAction mappingAction, MissingSchemaAction schemaAction ) : DataColumn
GetDataTableBySchemaAction ( DataSet dataSet, MissingSchemaAction schemaAction ) : DataTable
ICloneable ( ) : object

Method Details

DataTableMapping() public method

public DataTableMapping ( ) : System.ComponentModel
return System.ComponentModel

DataTableMapping() public method

public DataTableMapping ( string sourceTable, string dataSetTable ) : System.ComponentModel
sourceTable string
dataSetTable string
return System.ComponentModel

DataTableMapping() public method

public DataTableMapping ( string sourceTable, string dataSetTable, DataColumnMapping columnMappings ) : System.ComponentModel
sourceTable string
dataSetTable string
columnMappings DataColumnMapping
return System.ComponentModel

ToString() public method

public ToString ( ) : string
return string