public interface QueryScriptProperty extends Property
You can customize query behavior by setting query script properties in data foundations and business layers. A query script property is made of a {key,value} pair.
Note: query script properties are called query script parameters in the information design tool.
Use:
BusinessLayerFactory.createQueryScriptProperty(String, String, BusinessLayer) to instantiate a query script property for a business layer.DataFoundationFactory.createQueryScriptProperty(String, String, DataFoundation) to instantiate a query script property for a data foundation.