With the IBM® Database Add-Ins for Visual Studio and IBM Data Studio pureQuery Runtime, you can run SQL in your .NET applications statically. Static SQL avoids the need to prepare certain statements at run time, and can lead to improved security and performance in your applications.
This section provides conceptual information and instructions for using static SQL in your .NET applications.