DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / ParameterContext Class / FuncGetParamValueAndType Property

In This Topic
    FuncGetParamValueAndType Property
    In This Topic
    Function to get parameter value and type
    Syntax
    'Declaration
     
    Public ReadOnly Property FuncGetParamValueAndType As Func(Of String,ValueTuple(Of Object,Type))
    public Func<string,ValueTuple<object,Type>> FuncGetParamValueAndType {get;}
    Exceptions
    ExceptionDescription
    The class representing all the exceptions thrown by C1DataConnector library during its execution
    See Also