See Also

DataEngine Class  | DataEngine Members  | DataEngine Class

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

paramName
String specifying the parameter name.
paramValue
String pecifying the parameter value.
paramType
A FieldType enumeration specifying the parameter type.
See Also Requirements Languages dotnetCHARTING Send comments on this topic.

AddParameter Method

Adds a stored procedure when to use in conjunction with StoredProcedure.

[Visual Basic]
Public Sub AddParameter( _    ByVal paramName As String, _    ByVal paramValue As String, _    ByVal paramType As FieldType _ )
[C#]
public void AddParameter(    string paramName,    string paramValue,    FieldType paramType );
[JScript]
public function AddParameter(    paramName : String,    paramValue : String,    paramType : FieldType );

Parameters

paramName
String specifying the parameter name.
paramValue
String pecifying the parameter value.
paramType
A FieldType enumeration specifying the parameter type.

Remarks

This method is optionally used in conjunction with the StoredProcedure property to specify any number of parameters for the stored proc. A number of field types are supported. de.AddParameter("MyParameter","MyValue",FieldType.Text)

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DataEngine Class  | DataEngine Members  | DataEngine Class

 

 


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