Click or drag to resize
MapsTryGetValue Method

Namespace: FlexRule.Data.SpreadSheets
Assembly: FlexRule.Database (in FlexRule.Database.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public bool TryGetValue(
	string mapKey,
	out MapsColumn column
)

Parameters

mapKey
Type: SystemString
column
Type: FlexRule.Data.SpreadSheetsMapsColumn

Return Value

Type: Boolean
See Also