ActionScript 2.0 Components Language Reference |
|
|
|
| RDBMSResolver component > RDBMSResolver.fieldInfo | |||
Flash Player 7.
Flash MX Professional 2004.
resolveData.fieldInfo
Property; specifies a collection of an unlimited number of fields with properties that identify DataSet fields that require special handling, either because they are key fields or because they cannot be updated (for information about adding a field, see RDBMSResolver.addFieldInfo()). Each fieldInfo item in the collection contains three properties:
|
Property |
Description |
|---|---|
fieldName
|
Name of the special-case field. This field name should match a field name in the DataSet component. |
ownerName
|
An optional property. If this field is not "owned" by the table defined in the |
isKey
|
A Boolean value; if |
|
|
|
|