Click or drag to resize

TypedMapperGetKeyDisplayCollection Method (KeyDisplayCollectionFlags)

Returns the KeyDisplayText collection

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NameValueCollection GetKeyDisplayCollection(
	KeyDisplayCollectionFlags flags
)

Parameters

flags
Type: NetQuarry.DataKeyDisplayCollectionFlags
One of KeyDisplayCollectionFlags

Return Value

Type: NameValueCollection
The collection of key_name=DisplayText
See Also