Returns the number of columns in the cursor.
Visual Basic
NotOverridable Public Readonly Property FieldCount As Integer _
Implements IDataRecord.FieldCount
C#
public int FieldCount {get;}
The number of columns in the cursor as an integer. Returns 0 if the cursor is closed.
This method is identical to the ULCursorSchema.ColumnCount method.