C# DataColumn如何定义主键?

当为一列的时候

table.PrimaryKey=new DataColumn[]{table.Columns["CustID"]};

table.PrimaryKey = keyColumn;