|
|
|
AddCalculatedFieldParameter ()
|
Constructor for the AddCalculatedFieldParameter class
Notes :
*/
|
|
|
|
AddCalculatedFieldParameter (character, character, character, character, character)
|
Constructor for the AddCalculatedFieldParameter class
Notes :
@param pcEntityName The Business Entity class name
@param pcEntityTable The entity temp-table name
@param pcFieldName The new calculated field name
@param pcDataType The ABL data type
@param pcExpression The calculated field expression
*/
|
|
|
|
AddCalculatedFieldParameter (character, character, character, character, character, character)
|
Constructor for the AddCalculatedFieldParameter class including the
optional project name
Notes :
@param pcEntityName The Business Entity class name
@param pcEntityTable The entity temp-table name
@param pcFieldName The new calculated field name
@param pcDataType The ABL data type
@param pcExpression The calculated field expression
@param pcProjectName Optional name of the project the Business Entity belongs to; when empty the settings file closest to the .bedgm file is used
*/
|