Click or drag to resize

MapperKernelGetCaption 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
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual string GetCaption(
	CaptionFlags flags
)

Parameters

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

Return Value

Type: String
The mapper caption.
See Also