pub const SP_EXECUTESQL: u16 = 10;
The well-known procedure id of sp_executesql.
sp_executesql
Sending the id rather than the name saves the server a name lookup, and is what every production TDS client does.