Revision 44925 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/expressionevaluator/impl/function/dataaccess/ForeingValueFunction.java

View differences:

ForeingValueFunction.java
47 47
            FUNCTION_FOREING_VALUE, 
48 48
            Range.is(1), 
49 49
            "Return the value of a field throw a relation from other tables.", 
50
            "FOREING VALUE FROM {{field1_name.field2_name}}", 
50
            "FOREING VALUE FROM {{foreing_key_field.field_name}}", 
51 51
            new String[]{
52
              "field_nameX - Name of fields that you want to access."
52
              "foreing_key_field - Name of the field in the current table that contains the foreign key of the table that we want to access.",
53
              "field_name - Name of the field of the related table that we want to access."
53 54
            }, 
54 55
            "OBJECT"
55 56
    );

Also available in: Unified diff