Click or drag to resize

UploadFactlet Constructor

Set up the factlet. The first column has to be Id and the second column has to be Date

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public UploadFactlet(
	string ofdb,
	string[] columnNames,
	string[] columnTypes
)

Parameters

ofdb
Type: SystemString
OFDB to upload to
columnNames
Type: SystemString
Names of columns to upload
columnTypes
Type: SystemString
Types of each column. Accepted values are "String", "Double", "Date", "Entity"
See Also