DevForce Help Reference
QueryParameter Constructor(String,Type,Object)


Create an instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal parameterType As Type, _
   ByVal val As Object _
)
'Usage
 
Dim name As String
Dim parameterType As Type
Dim val As Object
 
Dim instance As New QueryParameter(name, parameterType, val)
public QueryParameter( 
   string name,
   Type parameterType,
   object val
)

Parameters

name
parameterType
val
Requirements

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

See Also

Reference

QueryParameter Class
QueryParameter Members
Overload List

Send Feedback