Click or drag to resize

propertyAnnotationPresetItemSetFrom Method (DataColumn, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets data annotation from the column

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void SetFrom(
	DataColumn column,
	bool skipExisting = true
)
Request Example View Source

Parameters

column
Type: System.DataDataColumn
The column.
skipExisting (Optional)
Type: SystemBoolean
if set to true [skip existing].
See Also