Click or drag to resize

PFStoredProcedureParameters Properties

The PFStoredProcedureParameters type exposes the following members.

Properties
  NameDescription
Public propertyFieldNames
Gets the list of unique field names.
Public propertyItemString
Gets or sets a parameter value by its target field name.
Public propertyItemString, 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.
Public propertyParameters
Gets or sets the parameters.
Top
See Also