개정판 ae3689fb
dev issue #1227 : fix uda attribute
Change-Id: I5d99397c5512cfbe2c1d0fca3d112f14b6be9b84
DTI_PID/APIDConverter/Utils/APIDUtils.cs | ||
---|---|---|
152 | 152 |
|
153 | 153 |
#region UDA |
154 | 154 |
DataTable udaDT = Project_DB.SelectUDADetails(); |
155 |
DataRow[] rows = udaDT.Select("LovDescription <> 'Project Symbol' AND LovDescription <> 'Standard Symbol'"); |
|
156 |
foreach (DataRow item in rows) |
|
157 |
udaDT.Rows.Remove(item); |
|
155 |
//DataRow[] rows = udaDT.Select("LovDescription <> 'Project Symbol' AND LovDescription <> 'Standard Symbol'");
|
|
156 |
//foreach (DataRow item in rows)
|
|
157 |
// udaDT.Rows.Remove(item);
|
|
158 | 158 |
udaDT = udaDT.DefaultView.ToTable(true, "UDAName"); |
159 | 159 |
string udaDisplay = "User Defined Attribute"; |
160 | 160 |
foreach (DataRow item in udaDT.Rows) |
내보내기 Unified diff