Questions tagged as 'datarow'

1
answer

find a row (s) with DataTable.Select

I carry out the following instruction .. DataRow[] results = m_dtableKardex.Select("IdReferencia = " + l_intIdReferencia + " OR IdReferencia IS NULL" + " AND IdTamano...
asked by 08.02.2018 / 20:41
1
answer

I am having trouble verifying a field inserted into a table in a SQL database with a parameter

In the part of else where it says //Si tiene registros vamos a comparar el parámetro con el campo rfc I have doubts if if the comparison is made like this, the query if it brings me the data well, and the rfc that I try to enter is...
asked by 01.11.2017 / 00:39