Posts by Alexandre Souza • 1 point
3 posts
-
-1
votes1
answer59
viewsQ: Web api c# - Get current path in controller
How do I get the current path of an endpoint in the controller?
-
0
votes1
answer156
viewsA: C# Running a DDL command
I solved the problem by separating the script into two as can be seen below. Note: The constant with the table name is unrelated to the problem in question. Ismael in the comments did not have the…
-
0
votes1
answer156
viewsQ: C# Running a DDL command
I’m trying to run the Ddl command below that creates the table I need, but even not returning error the table is not created, would anyone have any idea where I’m going wrong? public const string…