I have successfully bound Owner and Appointment collections to appropriate DataSources...however, I would like to make use of some of the additional properties available in the Appointment Class (Location, for example), but the binding mechanisms do not allow for this. Why? How can I make use of these properties already defined within the Appointment class?
Thanks.
The reason we were arbitrary about which fields can be individually bound is that some properties were considered more likely to be used than others. You can bind every property via the data binding's AllPropertiesMember property; the bound field should be able to support byte arrays of varying length.