개정판 0cab8feb
dev issue #000 : minor
Change-Id: I8227699a1cb0f4c1342f5e61b31c9b8b61fd78cc
DTI_PID/SPPIDConverter/DB/Project_DB.cs | ||
---|---|---|
1185 | 1185 |
{ |
1186 | 1186 |
using (SqlCommand cmd = connection.CreateCommand()) |
1187 | 1187 |
{ |
1188 |
cmd.CommandText = string.Format("SELECT * FROM {0} WHERE SPPID_OPC_MODELITEM_ID IS NOT NULL AND PAIRED = False", SPPID_OPC_INFO);
|
|
1188 |
cmd.CommandText = string.Format("SELECT * FROM {0} WHERE SPPID_OPC_MODELITEM_ID IS NOT NULL AND PAIRED = 0", SPPID_OPC_INFO);
|
|
1189 | 1189 |
using (SqlDataReader dr = cmd.ExecuteReader()) |
1190 | 1190 |
dt.Load(dr); |
1191 | 1191 |
} |
내보내기 Unified diff