E
Emre DÝNÇER
Dear All,
is it possible to extract the DataColumn which is a foreign key of another
table. The DataTable has only one table.
foreach (DataRelation dr in dsIlce.Tables[0].ParentRelations) {
Console.WriteLine("123");
console.WriteLine(dr.ParentTable.TableName.ToString());
}
prints nothing unfortunately..
is it possible to extract the DataColumn which is a foreign key of another
table. The DataTable has only one table.
foreach (DataRelation dr in dsIlce.Tables[0].ParentRelations) {
Console.WriteLine("123");
console.WriteLine(dr.ParentTable.TableName.ToString());
}
prints nothing unfortunately..