The IDalCursorField interface contains properties of the cursor field received after executing SQL query.
| Property name | Brief description | |
| DataDomain | The DataDomain property returns type of the field data, if the field is used to store multibyte information. | |
| GetDbDataType | The GetDbDataType property returns a type of the cursor field. | |
| Name | The Name property returns a name of the cursor field. | |
| Precision | The Precision property returns precision of the cursor field. | |
| Size | The Size property returns size of the cursor field. | |
| Value | The Value property returns value of the field of the current record in the cursor. |
See also: