DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataReader Class / FieldCount Property

In This Topic
    FieldCount Property (C1KintoneDataReader)
    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