AVEVA Database .NET Public Interface

DbAttribute.GetAsString Method (DbAttributeField)

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

public string GetAsString(
   DbAttributeField field
);

Parameters

field
Any atribute field

Return Value

Field value as a string

See Also

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