DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataReader Class / FieldCount Property

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