Click or drag to resize

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
Syntax
public Dictionary<string, Object> ToItemDictionary(
	Func<BcfColumn, bool> columnPredicate = null
)

Parameters

columnPredicate (Optional)
Type: SystemFuncBcfColumn, Boolean
A function to test each column for a condition.

Return Value

Type: DictionaryString, Object
A new created dictionary of column names and cell values.
See Also