You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Girard edited this page Apr 29, 2017
·
6 revisions
The GPVLayerFunction table specifies various database functions supported by the layers defined in GPVLayer. Each function points to a stored procedure which generates an appropriate result set.
Columns
LayerID - The ID of the GPV layer this function is connected to (not null). Links to GPVLayer.
FunctionName - The type of function, one of "maptip", "identify", "mailinglabel", "export", or "targetparams" (not null).
ConnectionID - The database connection for the stored procedure. If null, defaults to the configuration database. Links to GPVConnection.
StoredProc - The name of the stored procedure to execute for this function (not null). See the following for details on authoring the stored procedure by function: