Click or drag to resize

FndDataColumn Constructor (String, FndAttributeType, String)

Initializes a new instance of the FndDataColumn class

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public FndDataColumn(
	string name,
	FndAttributeType type,
	string termPath
)

Parameters

name
Type: SystemString
Name of the column
type
Type: Ifs.Fnd.DataFndAttributeType
Attribute type of the column
termPath
Type: SystemString
Translation path
See Also