Click or drag to resize

MapperDatasheetGetCaption Method

Gets the mapper's "caption" property per flags. The result is exposed via IMapper.Exec(MapperExecCmds.Caption). Note that GetCaption() is normally overridden by derived classes to render a caption appropriate for the type of mapper.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override string GetCaption(
	CaptionFlags flags
)

Parameters

flags
Type: NetQuarry.DataCaptionFlags
Options controlling how the caption is rendered.

Return Value

Type: String
The mapper caption.
Remarks
The MapperDatasheet typically includes paging and filtering information.
See Also