SQLProvider


ProvidedParameter Type

Represents an erased provided parameter

Constructors

Constructor Description

ProvidedParameter(parameterName, parameterType, ?isOut, ?optionalValue)

Full Usage: ProvidedParameter(parameterName, parameterType, ?isOut, ?optionalValue)

Parameters:
    parameterName : string
    parameterType : Type
    ?isOut : bool
    ?optionalValue : obj

Returns: ProvidedParameter

Create a new provided parameter.

parameterName : string
parameterType : Type
?isOut : bool
?optionalValue : obj
Returns: ProvidedParameter

Instance members

Instance member Description

this.AddCustomAttribute

Full Usage: this.AddCustomAttribute

Parameters:

Add a custom attribute to the provided parameter.

arg0 : CustomAttributeData

this.HasDefaultParameterValue

Full Usage: this.HasDefaultParameterValue

Returns: bool

Indicates if the parameter has a default value

Returns: bool

this.IsParamArray

Full Usage: this.IsParamArray

Indicates if the parameter is marked as ParamArray

this.IsReflectedDefinition

Full Usage: this.IsReflectedDefinition

Indicates if the parameter is marked as ReflectedDefinition