Examples of SQL injection even when using SQLParameter in .NET?

前端 未结 5 1655
孤街浪徒
孤街浪徒 2021-01-06 10:41

I heard that SQL Injection can still be possible when using ADO.NET SQLParameter (paramterised query) for SQL Server.

I am looking for real examples in C#/VB code

5条回答
提交回复
热议问题