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 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:
PFStoredProcedureParameterThe new PFStoredProcedureParameter.
See Also