PFStoredProcedureParametersItem Property (String, Int32) |
Gets or sets a parameter value by its target field name and index.
Use this method if multiple parameters are used for one same field.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public Object this[
string fieldName,
int fieldIndex
] { get; set; }
Parameters
- fieldName
- Type: SystemString
- fieldIndex
- Type: SystemInt32
Property Value
Type:
ObjectSee Also