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
);
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)
DataEngine Class | DataEngine Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.