ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomFunctionCallSymbol Class / GetSpecialFunctionFormatString Method

In This Topic
    GetSpecialFunctionFormatString Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetSpecialFunctionFormatString( _
       ByVal func As EomSpecialSqlFunctionEnum, _
       ByVal paramCount As System.Integer _
    ) As System.String
    public static System.string GetSpecialFunctionFormatString( 
       EomSpecialSqlFunctionEnum func,
       System.int paramCount
    )

    Parameters

    func
    paramCount
    See Also