For Babelfish Release 1.11.1.3

AttributeValueGetFieldValue Method

Overload List

GetFieldValue Special case for returning a field value when the Attribute is a Simple Attribute.
GetFieldValue(String) Intended for Attributes with MultipleValues set to false (not a list). Retreives the field value based on the passed in fieldName. If fieldName has not yet been set, the default value for the feild is returned. Caller is responsible for casting to the approrpirate .NET type.
GetFieldValue(String, String) Intended for Attributes with MultipleValues set to true (is a list). Retreives the field value based on the passed in fieldName and fieldKey. If fieldName has not yet been set, or the fieldKey is not yet used, the default value for the feild is returned. Caller is responsible for casting to the approrpirate .NET type.

See Also