ServerParameter Members
Include Protected Members
Include Inherited Members
Represents a server parameter required by the server containing the data source.
The ServerParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerParameter | Initializes a new instance of the ServerParameter class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the server parameter. | |
Null | Gets or sets a Boolean value that specifies whether the value of the server parameter is a null reference (Nothing in Visual Basic). | |
Value | 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