Home
Options

execute some tsql statement in C# statement

I know I can create a connection, sqlcommand and so on. But what would be the easiest way to execute some tsql statement when using C# statement since I already have a connection established?
Sign In or Register to comment.