Constructor
new SqlParameter(paramValue, paramName, varName, sqlType, forOutput)
Parameters:
Name | Type | Description |
---|---|---|
paramValue |
object | |
paramName |
string | |
varName |
string | |
sqlType |
string | |
forOutput |
boolean |
- Source:
Members
name :string|undefined
Optional parameter name
Type:
- string | undefined
- Source:
out :boolean|undefined
Output flag , true when it is output parameter
Type:
- boolean | undefined
- Source:
sqltype :string|undefined
Sql type declaration for output parameters
Type:
- string | undefined
- Source:
value :object|undefined
Parameter value
Type:
- object | undefined
- Source:
varName
Optional name for the variable that will store the result, in case of output variables. When not present, it is assumed to
be equal to paramName.
- Source: