Click or drag to resize

propertyAnnotationPresetItem Constructor (DataColumn)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the propertyAnnotationPresetItem, with data annotations copied from the column

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

Parameters

column
Type: System.DataDataColumn
The column.
See Also