SqlParameter Type
A single named parameter bound to an SqlValue, used to compose SqlParameters.
Constructors
| Constructor |
Description
|
Full Usage:
SqlParameter(Name, Value)
Parameters:
string
Value : SqlValue
Returns: SqlParameter
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Name
Returns: string
|
The parameter name. Sigil-handling is the driver's responsibility.
|
|
Static members
| Static member |
Description
|
Full Usage:
SqlParameter.create (Name, Value)
Parameters:
string
-
Parameter name (with or without sigil).
Value : SqlValue
-
The bound value.
Returns: SqlParameter
|
Named-argument constructor exposed to JavaScript and Python callers via Fable's
|
ProcessCore