ServerParameter Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Represents a server parameter required by the server containing the data source.
The ServerParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerParameter() | Obsolete. Initializes a new instance of the ServerParameter class. | |
ServerParameter(String, String, Boolean) | Obsolete. Initializes a new instance of the ServerParameter class based on the specified parameter name, parameter value, and a Boolean value specifying whether the value of the parameter is a null reference (Nothing in Visual Basic). |
Top
Properties
Name | Description | |
---|---|---|
Name | Obsolete. Gets or sets the name of the server parameter. | |
Null | Obsolete. Gets or sets a Boolean value that specifies whether the value of the server parameter is a null reference (Nothing in Visual Basic). | |
Value | Obsolete. Gets or sets the value of the server parameter. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top