 |
| BcfColumnSetupSetFunction Method (Type) |
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfFunctionSetup SetFunction(
Type functionType
)
Public Function SetFunction (
functionType As Type
) As BcfFunctionSetup
public:
BcfFunctionSetup^ SetFunction(
Type^ functionType
)
member SetFunction :
functionType : Type -> BcfFunctionSetup
Parameters
- functionType
- Type: SystemType
Type of the function.
Return Value
Type:
BcfFunctionSetupBcfFunctionSetup.
Exceptions
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also