Click or drag to resize
EditorPkeyToValue Method
Convert a primary key array of field values to a combined value.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public string PkeyToValue(
	Dictionary<string, Object> row,
	bool flat = false
)

Parameters

row
Type: System.Collections.GenericDictionaryString, Object
The row of data that the primary key value should be extracted from
flat (Optional)
Type: SystemBoolean
Flag to indicate if the given array is flat (useful for `where` conditions) or nested for join tables.

Return Value

Type: String
The created primary key value
See Also