 | BcfCalculatorFindParameterT Method |
[This is preliminary documentation and is subject to change.]
Finds the parameter of T.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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