Click or drag to resize

CommenceDatabaseViewConnectedFields Method

Overload List
  NameDescription
Public methodViewConnectedFields(Int32, String, String, Int32, ListString, String)
Returns multiple field values (Field_1 through Field_n) in the ConnIndexth item in the connCategory that is connected to the Indexth item via ConnectionName. Use the ViewConnectedCount REQUEST to determine the maximum ConnIndex value. The string "(deleted)" will be returned if the requested item is deleted after the ViewData snapshot is taken. Field cannot be of the fieldtype Image.
Public methodViewConnectedFields(Int32, String, String, Int32, Object, String)
Returns multiple field values (Field_1 through Field_n) in the ConnIndexth item in the connCategory that is connected to the Indexth item via ConnectionName. Use the ViewConnectedCount REQUEST to determine the maximum ConnIndex value. The string "(deleted)" will be returned if the requested item is deleted after the ViewData snapshot is taken. Field cannot be of the fieldtype Image.
Top
See Also