ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomFunctionCallSymbol Class / Parameters Property

In This Topic
    Parameters Property (EomFunctionCallSymbol)
    In This Topic
    The list of actual parameters.
    Syntax
    'Declaration
     
    Public Property Parameters As EomElementCollection()
    public EomElementCollection[] Parameters {get; set;}
    See Also