Click or drag to resize

FndGenericAspects.GetMeta Method

Get meta for a specific attribute

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 static FndDataColumnCollection GetMeta(
	string aspectAttribute
)

Parameters

aspectAttribute
Type: System.String
Aspect attribute

Return Value

Type: FndDataColumnCollection
Meta collection is returned if aspect is registered and empty collection if not
See Also