I have the following select below:
var Filhos = FluxoWorkflow_
.FindAll(N => N.IdPai.GetValueOrDefault() == dr.IdFluxoWorkflow);
I've had to change my typed class to a DataTable
I'm just not getting it to change the select to fetch all matching data in the following filter:
.FindAll(N => N.IdPai.GetValueOrDefault() == dr.IdFluxoWorkflow);