See Also

Parameter Class  | Parameter Members  | Overload List

Language

Visual Basic

C#

Show All

pName
Name of the parameter.
pValue
Value of the parameter.
pType
FieldType of the parameter.
See Also Languages dotnetCHARTING Send comments on this topic.

Parameter Constructor(String,String,FieldType)

Initializes a new instance of the Parameter class with a name, value, and FieldType.

[Visual Basic]
Public Function New( _    ByVal pName As String, _    ByVal pValue As String, _    ByVal pType As FieldType _ )
[C#]
public Parameter(    string pName,    string pValue,    FieldType pType );

Parameters

pName
Name of the parameter.
pValue
Value of the parameter.
pType
FieldType of the parameter.

See Also

Parameter Class  | Parameter Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.