Overload | Description |
---|---|
QueryParameter Constructor() | Initializes a new QueryParameter instance. |
QueryParameter Constructor(Object) | Initializes a new QueryParameter instance with the specified value. |
QueryParameter Constructor(String,Object) | Initializes a new QueryParameter instance with the specified name and value. |
QueryParameter Constructor(String,Object,DataValueType) | Initializes a new QueryParameter instance with the specified name and value of the specific data type. |
QueryParameter Constructor(String,Object,String) | Initializes a new QueryParameter instance with the specified name and value of the specific data type. |
QueryParameter Constructor(String,Stream) | Initializes a new QueryParameter instance with the specified name and value of the System.IO.Stream type. |
QueryParameter Constructor(QueryParameter) | Initializes a new QueryParameter instance that is a clone of the specified QueryParameter instance. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2