AVEVA Database .NET Public Interface

DbAttribute.GetAsString Method (DbAttributeSpecialField)

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

public string GetAsString(
   DbAttributeSpecialField field
);

Parameters

field
Any atribute special field

Return Value

Special Field value as a string

See Also

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