Gets the number of fields (columns) in the current result set.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property FieldCount As Integer
'Usage
Dim instance As TdDataReader
Dim value As Integer
value = instance.FieldCount
public override int FieldCount {get;}
public:
property int FieldCount {
int get() override;
}
Property Value
The number of fields (columns) in the current result set.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also