 | DataFrameGetRowDictionary(Object) Method |
Gets a row dictionary for the given row key. The dictionary keys are
the column names.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IDictionary GetRowDictionary(
Object rowKey
)
Public Function GetRowDictionary (
rowKey As Object
) As IDictionary
public:
IDictionary^ GetRowDictionary(
Object^ rowKey
)
member GetRowDictionary :
rowKey : Object -> IDictionary
Parameters
- rowKey Object
- A row key.
Return Value
IDictionaryA dictionary of data for the given row.
See Also