SQLProvider


ProvidedStaticParameter Type

Represents a provided static parameter.

Constructors

Constructor Description

ProvidedStaticParameter(parameterName, parameterType, ?parameterDefaultValue)

Full Usage: ProvidedStaticParameter(parameterName, parameterType, ?parameterDefaultValue)

Parameters:
    parameterName : string
    parameterType : Type
    ?parameterDefaultValue : obj

Returns: ProvidedStaticParameter

Create a new provided static parameter, for use with DefineStaticParamaeters on a provided type definition.

parameterName : string
parameterType : Type
?parameterDefaultValue : obj
Returns: ProvidedStaticParameter

Instance members

Instance member Description

this.AddXmlDoc

Full Usage: this.AddXmlDoc

Parameters:
    xmlDoc : string

Add XML documentation information to this provided constructor

xmlDoc : string

this.AddXmlDocDelayed

Full Usage: this.AddXmlDocDelayed

Parameters:
    xmlDocFunction : unit -> string

Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary

xmlDocFunction : unit -> string