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)
Syntaxpublic UploadFactlet(
string ofdb,
string[] columnNames,
string[] columnTypes
)
Public Sub New (
ofdb As String,
columnNames As String(),
columnTypes As String()
)
public:
UploadFactlet(
String^ ofdb,
array<String^>^ columnNames,
array<String^>^ columnTypes
)
new :
ofdb : string *
columnNames : string[] *
columnTypes : string[] -> UploadFactlet
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