ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / IC1ReportRecordset Interface / GetFieldNames Method

In This Topic
    GetFieldNames Method
    In This Topic
    Gets a string vector with the names of each field in the data source.
    Syntax
    'Declaration
     
    Function GetFieldNames() As System.String()
    System.string[] GetFieldNames()

    Return Value

    A string vector with the names of each field in the data source.
    See Also