Click or drag to resize

BcfCellTSetSurrogateTSurrugate Method

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

Updates Value with specified surrogate.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public void SetSurrogate<TSurrugate>(
	TSurrugate surrogate
)

Parameters

surrogate
Type: TSurrugate
The value surrogate.

Type Parameters

TSurrugate
The surrogate type.
Exceptions
ExceptionCondition
InvalidOperationException

No surrogate converter defined in column setup.

or

No surrogate converter found for ValueType and TSurrugate.

Version Information

BCF

Supported in: 4.0
See Also