Click or drag to resize

propertyAnnotationPresetDeployTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deploys contained propertyAnnotationPresetItem to specified table

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

Parameters

table
Type: System.DataDataTable
The table.
skipExisting (Optional)
Type: SystemBoolean
if set to true it will not overwrite formatting properties that were already defined.
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
See Also