DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / FieldCount Property

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