Click or drag to resize

globalMeasureUnitDictionaryAddColumn Method (DataTable, PropertyEntry, Type)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static DataColumn AddColumn(
	DataTable table,
	PropertyEntry pe,
	Type type = null
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
pe
Type: imbSCI.Core.collectionPropertyEntry
type (Optional)
Type: SystemType

Return Value

Type: DataColumn
See Also