For internal use only.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property FieldCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int FieldCount {get;} | |
Return Value
Integer. Returns the number of columns in the current record. If it's not positioned in a valid recordset, returns 0. The default value is -1.