Name | Description | |
---|---|---|
![]() | Parameter Constructor | Initializes a new instance of the Parameter class. |
The following tables list the members exposed by Parameter.
Name | Description | |
---|---|---|
![]() | Parameter Constructor | Initializes a new instance of the Parameter class. |
Name | Description | |
---|---|---|
![]() | DefaultValue | Gets or sets a value to be used as the default value in the parameters input dialog. |
![]() | DisplayFormat | Parameter display format. |
![]() | Key | Unique name of the parameter. |
![]() | Prompt | Parameter caption used in the parameters input dialog to prompt the user to input a parameter value. |
![]() | PromptUser | Determines whether to prompt the user to input a parameter value. |
![]() | QueryCreated | Determines whether the query is created from the data source query string or user created. |
![]() | Tag | User-defined value. |
![]() | Type | Gets or sets a value that determines the type of input control to be created to collect the parameter value from the user. |
![]() | Value | Gets or sets the value of the parameter to be used in parameter placeholder substitution. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a clone of the Parameter object. |
![]() | Dispose | Releases the parameter from memory. |
![]() | ReadXml | Reads the parameter from an XmlElement. |
![]() | ToString | Returns a string that represents the Parameter object. |
![]() | WriteXml | Writes the parameter from an XmlElement. |