CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / IExpressionSyntax Interface / GetFieldName Method
Field or alias name.

In This Topic
    GetFieldName Method
    In This Topic
    Gets the field name from the data source.
    Syntax
    'Declaration
     
    
    Function GetFieldName( _
       ByVal fieldName As String _
    ) As String
    string GetFieldName( 
       string fieldName
    )

    Parameters

    fieldName
    Field or alias name.
    See Also