Click or drag to resize

PFApplicationInstallerFullDeleteField Method

Deletes completely a field from the database, including the SQL column (data is dropped). The call to this method is restricted.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void FullDeleteField(
	PFField field
)

Parameters

field
Type: Packflow.CorePFField
See Also