Click or drag to resize

Mapper.GetSummary 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: NetQuarry.IAppContext
The application context.
pi
Type: NetQuarry.PageInfo
The page info.
primaryKeyValues
Type: System.String
A semi-colon-separated list of primary keys for the rows of interest.
pageElementID
Type: System.String
The optional Page Element ID

Return Value

Type: String
HTML for the mapper summary.
See Also