Click or drag to resize

propertyAnnotationPresetSetFrom Method (DataColumn, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets or creates new preset item, with data annotations taken from the specified column

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

Parameters

column
Type: System.DataDataColumn
The column.
skipExistingAnnotations (Optional)
Type: SystemBoolean
if set to true [skip existing annotations].

Return Value

Type: propertyAnnotationPresetItem
Created or updated preset item
See Also