Exemple #1
0
 DataRow searchRecord(DataTable pTab, object pKey)
 {
     return(ToolRow.search(pTab, TableDUMMY.LOGICALREF, pKey));
 }