Click or drag to resize

MapperGetSummary Method

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
)

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: String
HTML for the mapper summary.
See Also