Click or drag to resize

FndDataRowAdd Method

Add a new attribute to the row

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 FndAttribute Add(
	string name,
	FndAttribute attribute
)

Parameters

name
Type: SystemString
Name of the attribute
attribute
Type: Ifs.Fnd.DataFndAttribute
The attribute

Return Value

Type: FndAttribute
The attribute
See Also