Click or drag to resize

DataTableForStatisticsExportJob Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DataTableForStatisticsExportJob class

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public DataTableForStatisticsExportJob(
	DataTable _source,
	folderNode _folder,
	aceAuthorNotation _notation = null,
	string _filenamePrefix = "",
	bool _disablePrimaryKey = true
)
Request Example View Source

Parameters

_source
Type: System.DataDataTable
_folder
Type: imbSCI.Core.files.foldersfolderNode
_notation (Optional)
Type: imbSCI.Core.dataaceAuthorNotation
_filenamePrefix (Optional)
Type: SystemString
_disablePrimaryKey (Optional)
Type: SystemBoolean
See Also