AVEVA Database .NET Public Interface

DbAttribute.GetAsString Method (DbAttributeSpecialField, String)

Get the value of any attribute special field as a string; array valued fields will be returned as the elements concatenated together separated by the specified array separator string

public string GetAsString(
   DbAttributeSpecialField field,
   string arrayseparator
);

Parameters

field
Any attribute special field
arrayseparator
String to use to separate array elements

Return Value

Special Field value as a string

See Also

DbAttribute Class | Aveva.Pdms.Database Namespace | DbAttribute.GetAsString Overload List