FDO .NET API Reference Feature Data Objects
__property System::Void OSGeo::FDO::Schema::AssociationPropertyDefinition::set_ReverseName ( System::String *  name  ) 

This method is used to set the name of this association as seen by the associated class. This is an optional parameter that can be provided if the navigation back from the associated class is needed. This property will appear as read-only property on the associated class. For example let’s assume that we have an Accident class that associated to a Road class by an association called “road? If we wanted to find all the accidents associated to a given road, we will need to provide a reverse property name of the road association property. In this case an appropriate value for such a name would be “accident? The filter that can be used to find all the accidents would look like: “accident not null?

Parameters:
name Input reverse name


Comments or suggestions? Send us feedback.