Click or drag to resize

PFDataCollectionHasPropertyChanged Method (String, Boolean)

Note: This API is now obsolete.

Checks if the specified entry is 'Modified' in the collection.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[ObsoleteAttribute("Use HasValueChanged instead.")]
public bool HasPropertyChanged(
	string fieldName,
	bool checkDisplayTexts
)

Parameters

fieldName
Type: SystemString
Name of the SQL column or of the PFField.
checkDisplayTexts
Type: SystemBoolean
Determines whether the display texts of the values should represent a value change (e.g. display text in the choice values, or display names in user values).

Return Value

Type: Boolean
See Also