Posts by Felipe Deveza • 166 points
4 posts
-
0
votes1
answer32
viewsA: Foreign Keys from an Sqlconnection.Getschema()
sqlConnection.GetSchema("ForeignKeys");
c#answered Felipe Deveza 166 -
0
votes1
answer2293
viewsA: How to consult cnpj using Httpwebrequest?
Try using System.Net.Webclient which is an abstraction of Httpwebrequest. I recommend not using Allowautoredirect.
-
1
votes1
answer32
viewsQ: Foreign Keys from an Sqlconnection.Getschema()
It is possible to get the name of all the Foreign Keys of a bank without I have to select? I tried for Getschema and I found all PK, IX, UQ, except FK.
c#asked Felipe Deveza 166 -
4
votes1
answer78
viewsQ: How to create a Bitmap from a Color[][]?
I had to transform a Bitmap into Color[][] to apply some algorithms and need to recreate the bitmap. There is an easy way to do this? To turn the bitmap into Color[][] I did what is below. There is…
c#asked Felipe Deveza 166