Parameter Constructor(String,String,FieldType)
Initializes a new instance of the Parameter class with a name, value, and FieldType.
Syntax
'Declaration Public Function New( _ ByVal pName As String, _ ByVal pValue As String, _ ByVal pType As FieldType _ )
Parameters
- pName
- Name of the parameter.
- pValue
- Value of the parameter.
- pType
- FieldType of the parameter.
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