CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / ExpressionEngine Class / GetFieldNames Method

In This Topic
    GetFieldNames Method (ExpressionEngine)
    In This Topic
    Gets the data source field names.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetFieldNames() As IEnumerable(Of String)
    public abstract IEnumerable<string> GetFieldNames()
    See Also