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/SetRowTagFunction.java

View differences:

SetRowTagFunction.java
39 39
    super(  DALFunctions.GROUP_DATA_ACCESS,
40 40
            DataManager.FUNCTION_SET_ROW_TAG,
41 41
            Range.is(1),
42
            "Assign a value associated with a label of the current row. This value is not persistent.",
42
            "Assign a value associated with a label of the current row. " + 
43
              "This value is not persistent. The function return the " +
44
              "value assigned to the tag.\n" +
45
              "If the function is used outer a table filter it will have no any effect.",
43 46
            DataManager.FUNCTION_SET_ROW_TAG+"({{name}}, value)",
44 47
            null,
45 48
            "Object",

Also available in: Unified diff