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

In This Topic
    GetFieldTypes Method
    In This Topic
    Gets a vector with the types of each field in the data source.
    Syntax
    'Declaration
     
    Function GetFieldTypes() As System.Type()
    System.Type[] GetFieldTypes()

    Return Value

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