Click or drag to resize
EditorPkey Method
Get the primary key field that has been configured. The primary key must be known to Editor so it will know which rows are being edited / deleted upon those actions. The default value is 'id'.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public string[] Pkey()

Return Value

Type: String
Primary key
See Also