FactSetOnDemandLSD_Ownership Method (String, String, Object) |
Execute the LSD_Ownership Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame LSD_Ownership(
string ids,
string items,
Object[] otherArgs = null
)
Public Function LSD_Ownership (
ids As String,
items As String,
Optional otherArgs As Object() = Nothing
) As DataFrame
public:
DataFrame^ LSD_Ownership(
String^ ids,
String^ items,
array<Object^>^ otherArgs = nullptr
)
member LSD_Ownership :
ids : string *
items : string *
?otherArgs : Object[]
(* Defaults:
let _otherArgs = defaultArg otherArgs null
*)
-> DataFrame
Parameters
- ids
- Type: SystemString
- items
- Type: SystemString
- otherArgs (Optional)
- 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