SqlParameter interface
Represents a parameter in a Parameterized SQL query, specified in SqlQuerySpec
Properties
name | Name of the parameter. (i.e. |
value | Value of the parameter (this is safe to come from users, assuming they are authorized) |
Property Details
name
Name of the parameter. (i.e. @lastName
)
name: string
Property Value
string
value
Value of the parameter (this is safe to come from users, assuming they are authorized)
value: JSONValue