Click or drag to resize

propertyAnnotationPresetItemDeployTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deploys contained definitions onto DataColumn

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

Parameters

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