Click or drag to resize

globalMeasureUnitDictionaryAddColumn Method (DataTable, PropertyInfo, 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,
	PropertyInfo property,
	Type type = null
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
property
Type: System.ReflectionPropertyInfo
type (Optional)
Type: SystemType

Return Value

Type: DataColumn
See Also