Click or drag to resize

BcfDiscardT Delegate

[This is preliminary documentation and is subject to change.]

Performs cleanup on values when going out of (dataset) scope.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public delegate void BcfDiscard<T>(
	BcfColumn<T> column,
	T value
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column the value was stored.
value
Type: T
The value going out of scope.

Type Parameters

T
The value-type.
See Also