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)
Syntaxpublic static FndAttributeType GetType(
string typeMarker
)
Parameters
- typeMarker
- Type: System.String
Typemarker to get FndAttributeType from
Return Value
Type:
FndAttributeTypeThe FndAttributeType enum value mapped from typeMarker
See Also