DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataDataReader Class / FieldCount Property

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