Function PreparedImpl.numArgs
Gets the number of arguments this prepared statement expects to be passed in.
Prototype
ushort numArgs() pure nothrow @property const;
Gets the number of arguments this prepared statement expects to be passed in.
ushort numArgs() pure nothrow @property const;