I'm using a combobox component with Dapper , but I'm not able to fill in the combobox correctly,
LookUpEdit ctlControle = (LookUpEdit) pr_Controle;
var parametro = new DynamicParameters();
parametro.Add("@TABELA_NOME", pr_TabelaNome);
parame...
asked by
20.08.2015 / 01:54