 | BcfCalculatorFindParameterT Method |
Finds the parameter of T.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic IBcfParameter<T> FindParameter<T>(
string name = null
)
Public Function FindParameter(Of T) (
Optional name As String = Nothing
) As IBcfParameter(Of T)
Parameters
- name (Optional)
- Type: SystemString
The parameter name
Type Parameters
- T
- The parameter value type.
Return Value
Type:
IBcfParameterTThe parameter of
T
See Also