Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.