 | BcfRowToItemDictionary Method |
[This is preliminary documentation and is subject to change.]
Returns a new created dictionary of column names and cell values.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic Dictionary<string, Object> ToItemDictionary(
Func<BcfColumn, bool> columnPredicate = null
)
Public Function ToItemDictionary (
Optional columnPredicate As Func(Of BcfColumn, Boolean) = Nothing
) As Dictionary(Of String, Object)
Parameters
- columnPredicate (Optional)
- Type: SystemFuncBcfColumn, Boolean
A function to test each column for a condition.
Return Value
Type:
DictionaryString,
ObjectA new created dictionary of column names and cell values.
See Also