Click or drag to resize

PFStoredProcedureParameterCreate Method

Creates a new instance of the PFStoredProcedureParameter class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFStoredProcedureParameter Create(
	string fieldName,
	string parameterName,
	string sqlType
)

Parameters

fieldName
Type: SystemString
Name of the target field.
parameterName
Type: SystemString
Name of the parameter.
sqlType
Type: SystemString
The SQL type of the value.

Return Value

Type: PFStoredProcedureParameter
The new PFStoredProcedureParameter.
See Also