Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlParameter

Represents a parameter in a Parameterized SQL query, specified in SqlQuerySpec

Hierarchy

  • SqlParameter

Index

Properties

Properties

name

name: string

Name of the parameter. (i.e. "@lastName")

value

value: JSONValue

Value of the parameter (this is safe to come from users, assuming they are authorized)

Generated using TypeDoc