DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / FieldCount Property

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