Returns the summary expression for the mapper
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GetSummary(
IAppContext appCxt,
PageInfo pi,
string primaryKeyValues,
string pageElementID
)
Public Shared Function GetSummary (
appCxt As IAppContext,
pi As PageInfo,
primaryKeyValues As String,
pageElementID As String
) As String
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - pi
- Type: NetQuarryPageInfo
The page info. - primaryKeyValues
- Type: SystemString
A semi-colon-separated list of primary keys for the rows of interest. - pageElementID
- Type: SystemString
The optional Page Element ID
Return Value
Type:
StringHTML for the mapper summary.
See Also