FactSetOnDemandExtractOFDBItem Method (String, String, String, String, Object) |
Execute the ExtractOFDBItem Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame ExtractOFDBItem(
string ofdb,
string ids,
string items,
string dates,
Object[] otherArgs
)
Public Function ExtractOFDBItem (
ofdb As String,
ids As String,
items As String,
dates As String,
otherArgs As Object()
) As DataFrame
public:
DataFrame^ ExtractOFDBItem(
String^ ofdb,
String^ ids,
String^ items,
String^ dates,
array<Object^>^ otherArgs
)
member ExtractOFDBItem :
ofdb : string *
ids : string *
items : string *
dates : string *
otherArgs : Object[] -> DataFrame
Parameters
- ofdb
- Type: SystemString
- ids
- Type: SystemString
- items
- Type: SystemString
- dates
- Type: SystemString
- otherArgs
- Type: SystemObject
Comma separated namevalue pairs array with any other arguments, used by addStringArrayParameters(DataRequest, Object)
Return Value
Type:
DataFrameDataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also