Click or drag to resize

propertyAnnotationPreset Constructor (DataTable)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the propertyAnnotationPreset, and runs SetFrom(DataTable, Boolean) with specified table.

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public propertyAnnotationPreset(
	DataTable table
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
Table to learn data annotations from
See Also