C# data table primary key from 2 columns

105

C# data table primary key from 2 columns -

dt.PrimaryKey = new DataColumn[] { dt.Columns["pk_column1"], dt.Columns["pk_column2"] };

Comments

Submit
0 Comments