compile method
Validates and compiles SQL with separate parameters, without database I/O.
Implementation
SqlCommand compile() => compileQuery();
Validates and compiles SQL with separate parameters, without database I/O.
SqlCommand compile() => compileQuery();