Returns the number of columns in the cursor.
Visual Basic Public Overrides Readonly Property FieldCount As Integer
C# 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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |