Click or drag to resize
EditorPkey Method (String)
Set the column names for a compound primary key.

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

Parameters

id
Type: SystemString
Primary key column names

Return Value

Type: Editor
Self for chaining
See Also