DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVDataReader Class / FieldCount Property

In This Topic
    FieldCount Property (C1CSVDataReader)
    In This Topic
    Gets the number of columns in the current row.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property FieldCount As Integer
    public virtual int FieldCount {get;}
    See Also