Gets the field prefix for a specific point in a group log. | |
Syntax: | String = object.GetGroupLogPtFieldPrefix ( pointID ) |
Parameters: |
pointID As
String - The name of the point
whose SQL field prefix is to be retrieved
|
Description: | The CimTable.GetGroupLogPtFieldPrefix
method allows you to retrieve the SQL prefix for a specific point
in a group table. Note: This method is only vaild for group tables. Example prefix = GrpTable.GetGroupLogPrFieldPrefix
"POINT2" |