3
In visual Studio will look like this:
alerta.DataHoraCadastro = dr.Get(12);
How do I do that?
3
In visual Studio will look like this:
alerta.DataHoraCadastro = dr.Get(12);
How do I do that?
5
In case you will have to convert the information to Boolean. Would look like this:
alerta.DataHoraCadastro = dr.GetBoolean(12);
Browser other questions tagged c# sql-server
You are not signed in. Login or sign up in order to post.
Worked my buddy.
– Aline