DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SourceTable Class / FieldCount Property

In This Topic
    FieldCount Property (SourceTable)
    In This Topic
    The number of fields (Columns) of the current row.
    Syntax
    'Declaration
     
    Public ReadOnly Property FieldCount As Integer
    public int FieldCount {get;}
    See Also