Returns the number of columns in the cursor.
Public ReadOnly Overrides Property FieldCount As Integer
public override 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.