Click or drag to resize

IMapShemaexportDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.data.maps.datamap
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
DataTable exportDataTable(
	IEnumerable __source,
	string __tableName,
	bool valueConversion = true
)
Request Example View Source

Parameters

__source
Type: System.CollectionsIEnumerable
__tableName
Type: SystemString
valueConversion (Optional)
Type: SystemBoolean

Return Value

Type: DataTable
See Also