Avoid direct SQL
Use LLBLGen collections and LINQ to LLBLGen rather than SQLConnection, SQLCommand, and SQLDataReader. The LLBLGen data access provider parameterizes all SQL sent to the database appropriately, which prevents SQL injection attacks.
Use LLBLGen collections and LINQ to LLBLGen rather than SQLConnection, SQLCommand, and SQLDataReader. The LLBLGen data access provider parameterizes all SQL sent to the database appropriately, which prevents SQL injection attacks.
Copyright © 2016, 2018 Oracle and/or its affiliates. All rights reserved.