AdomdDataReader.FieldCount Property

 

Gets a value indicating the number of columns in the current row.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public int FieldCount { get; }
public:
property int FieldCount {
    virtual int get() sealed;
}
abstract FieldCount : int with get
override FieldCount : int with get
Public ReadOnly Property FieldCount As Integer

Property Value

Type: System.Int32

An Integer that contains the number of columns in the current row.

Implements

IDataRecord.FieldCount

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top