Represents a parameter in a Parameterized SQL query, specified in SqlQuerySpec
Name of the parameter. (i.e. "@lastName")
Value of the parameter (this is safe to come from users, assuming they are authorized)
Generated using TypeDoc
Represents a parameter in a Parameterized SQL query, specified in SqlQuerySpec