dotnetCHARTING Send comments on this topic.
Parameter Constructor(String,String,FieldType)
See Also 
dotnetCHARTING Namespace > Parameter Class > Parameter Constructor : Parameter Constructor(String,String,FieldType)


pName
Name of the parameter.
pValue
Value of the parameter.
pType
FieldType of the parameter.
Initializes a new instance of the Parameter class with a name, value, and FieldType.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal pName As String, _
   ByVal pValue As String, _
   ByVal pType As FieldType _
)
Visual Basic (Usage)Copy Code
Dim pName As String
Dim pValue As String
Dim pType As FieldType
 
Dim instance As Parameter(pName, pValue, pType)
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

© 2010 All Rights Reserved.