FieldCount property

Returns the number of columns in the cursor.

Syntax
Visual Basic
Public Overrides Readonly Property FieldCount As Integer
C#
public override int FieldCount { get;}
Property value

The number of columns in the cursor as an integer. Returns 0 if the cursor is closed.

Remarks

This method is identical to the ULCursorSchema.ColumnCount method.

See also