Click or drag to resize

FndDataColumn.GetType Method

Gets the FndAttributeType from the type marker string used in the IFS Buffer marshalling protocol.

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 FndAttributeType GetType(
	string typeMarker
)

Parameters

typeMarker
Type: System.String
Typemarker to get FndAttributeType from

Return Value

Type: FndAttributeType
The FndAttributeType enum value mapped from typeMarker
See Also